Multiple copies of labels
Hi
Using RB 7.03 Pro in D7. Printing out selected Barcode labels for items.
Works brilliantly but for one issue, how can I set ReportBuilder to print x
copies of each label, where x is the number of items in stock (an integer
value in the dataset returned thru the pipeline).
Any help gratefully received.
Using RB 7.03 Pro in D7. Printing out selected Barcode labels for items.
Works brilliantly but for one issue, how can I set ReportBuilder to print x
copies of each label, where x is the number of items in stock (an integer
value in the dataset returned thru the pipeline).
Any help gratefully received.
This discussion has been closed.
Comments
You can use the DetailBand.BandsPerRecord property to determine how many
copies of a certain detail band you would like printed. If this number
changes for each record in your dataset, you can dynamically change this
property in code before each detail band prints.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks, which event should I hook ?
Dave
I would suggest trying the DetailBand.BeforePrint event.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com