Amount That Is Printed Display On Label
Hi, i have a label where i need to select which records to print from the Print Wizard
[attachment=1853:Schermafbeelding 2015-09-23 om 20.43.04.png]
Is there a way that i can print the amount of records that is being printed on the label?
For instance, i select 4 prints for record 1 , then on each record the number 4 is printed.
-
Create a text object that has a data source of an event based VB script. For the OnNewRecord event enter in the below expression:
value = Format.IdenticalCopiesOfLabel
In the Print dialog open up the properties for the print quantity and tick the, "Allow record selection dialog to override copies" checkbox.
0 -
Thanks Ian, that solution will work out for me just fine.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare