Labels needs to prompt as many times based on a "PalletQty" input box number.
I have a label linked to a DB and I have a prompt to enter the PalletQty by the user. What I need now is an input box to enter the BoxQty for each pallet. If the PalletQty = 3 (previously entered by the user), then I need an input box to prompt 3 times for BoxQty of each pallet, i.e BoxQty1 = 45, BoxQty2 = 88, BoxQty3 = 99 . Please note that the PalletQty is always different, depending of the shipment, therefore the times we need to prompt the BoxQty will always be different.
I guess I have to create a loop or something similar.
Please help..
Thanks,
JR
-
You need to add on a Data Entry object and set that to Every Record for the frequency rather than the default (Once at the the Start of Job).
I would also suggest adding a similar entry box onto the form but make this one Read Only but that shows will show the operator what information they are adding to what record on the label
0
Please sign in to leave a comment.
Comments
1 comment