Noob - Calculate A Value Based On Difference Between Data Entry Fields
Hi All
I have to data entry fields (StartNo and EndNo). I want to calculate qty as EndNo - StartNo + 1
how on earth do i get the value out of a user-entered data entry field
Regards
mark
0
-
Shotaro Ito
★ BarTender Hero ★
You need to get value from data sources, which linked to data entry fields.
On template, you need to name data source. then you can create a text with VB script source, like
Value = EndNo - StartNo + 1.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar