How Do I Create Box 1 Of 2
I am trying to create a shipping label for a product which has two boxes with the same serial number e.g. BOX 1 of 2 & Box 2 of 2 (maybe in the future 3 boxes).
I will have a Data Entry form asking for a serial number input and I want the number to increment by 1 for each record, batch quantity and then number of boxes per product. There will be products which have only one box so there will be instances of Box 1 of 1.
Help please
0
-
I have found the "Label X of Y" function within the components tree and this does what I want it to do just about.
The problem I now have is that I need the first number to reset per record because I may have 10 records with 2 boxes per record so for example:
Serial No: 12345/1 Box 1 of 2
Serial No: 12345/1 Box 2 of 2
Serial No: 12345/2 Box 1 of 2
Serial No: 12345/2 Box 2 of 2
so on and so on
Can anyone help me please0 -
I also forgot to mention there maybe different number of boxes when a new print job is created so I cannot fix the first character to a limited number 0 -
Create a text object with multple data sources the first number will be a regular serial number that increments per label. The second number will be a VB script with the following expression: Value = Format.NumberSerializedLabels
We have an example of this in the BarTender "Toolbox" under the "Components", under the "Serialization" folder.0
Please sign in to leave a comment.
Comments
3 comments