1 意見
Hello,
In this case you can link your text object with your text input box and place it outside the label. If you have any question about how to do it please check our Training video:
Provide a Shared Datasource Name to this object. For example MyDate
After you can create a VBscript where you will add the offset:
CDate(Format.NamedSubStrings("MyDate").Value) + 3
請登入寫評論。