Hi,
I have a report for sale orders where printed one barcode for each line is.
I want to print each barcode many times, based in each line quantity.
If I have sale order with 2 sale order lines (A with quantity 5 and B with quantity 3), I want to print A barcode 5 times and B barcode 3 times.
Is it possible?
Thanks!
Print report many times depend on a field
Re: Print report many times depend on a field
Hello,
As a way, you can use additional DataBand and in BeforePrint event of your main band set the CountData property for the second band.
Thank you.
As a way, you can use additional DataBand and in BeforePrint event of your main band set the CountData property for the second band.
Thank you.
- Attachments
-
- ReportSample.mrt
- (21.07 KiB) Downloaded 193 times
Re: Print report many times depend on a field
It works!
Thank you!
Thank you!
Re: Print report many times depend on a field
Hello,
Great! Thank you for the reply.
Great! Thank you for the reply.