Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Printing n number of Labels with changing serialization number

0 Kudos

Hi Experts,

We have a requirement to print 'n' number of labels, in which number of labels will be mentioned by the user..

Along with this serialization number will also be mentioned.material, batch and quantity will be entered by the user through driver program.

Suppose:material A quantity X units and number of labels is 005 and serialization number (length is 3 and leading zeroes shoul be added if single or double digit is enteted) is 020. Then labels has to be printed as below.

Label: 1.     Label: 2.   Label 3.      Label 4.      Label 5.

Material A Material A Material A Material A Material A

Qty X          Qty X.          QTY X.      Qty X.          Qty X

Tray: 021.  Tray: 022  Tray: 023   Tray: 024.  Tray: 025

Please suggest how could we do this in smartforms.

Thanks,

sujitha.

.

1 REPLY 1

Florian
Active Contributor
0 Kudos

Just do it with a loop in your driver program and work with SSF_OPEN. So you can concatenate as many forms as you want without any high maintain trouble inside the form.


~Florian