Adding two numerical fields together to create a variable number in an output field.
I am trying to add the numbers of two input fields together to create a variable number in the output field. If I change one of the numbers in the input field I would like the calculation for the output field to be automatic.
Feet/Roll Input 1
Rolls/Case Input 2
Feet/ Case Output
I have played with the VB Script feature but can not get it to work properly.
-
Jose Adam Flores Sr.
★ BarTender Hero ★
What have you done so far,
please post the code you have done,
as i understand it.
you have 1 box with 10 rolls of 50 feet each so that would yield 500' per box
where in the equation does 750 comes from?
I don't understand the where the 750 comes from.
regards
0 -
Peter Thane
★ BarTender Hero ★
You probably need to make the VB an Event Controlled Script > OnPostPrompt so that the VB is processed after you have added the data in to the two entry boxes.
For the code below I made the two input fields Named on the label so that I could reference them more easily on the label .
The output will then look like this after entering 5 and 15 in to the two fields, as an example
0
Please sign in to leave a comment.
Comments
2 comments