Serialization Based On Works Order Qty
Hi, I am currently struggling with this and I was wondering any one can help.
I have a database which contains the following information
Worksorder number
Qty
How can I go about printing labels based on the qty
i.e
IF works order is PZ12345 and qty is 4 I would get 4 labels from PZ12345-1 to PZ12345-4
-
Hello Richard,
You basically need to create an object with three data sources:
a. First data source sources the information from the database field (database field type data source).
b. Second data source contains the "- " characters ("Embedded data" data source type).
c. The third data source will contain the number "1" and by of the "Embedded data" type.
You'll then need to serialize #c making sure that doesn't update the data source after printing, so it always restarts in "1".
Finally you'll have to access the "File>Print..." dialog, enter the "Options" dialog of the "serial numbers" option and relate the quantity of serial numbers with the appropriate database field.
Regards.
0
Please sign in to leave a comment.
Comments
1 comment