Page 1 of 1

Print report many times depend on a field

Posted: Thu Nov 26, 2015 9:18 am
by AlvaroMig
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!

Re: Print report many times depend on a field

Posted: Thu Nov 26, 2015 9:49 am
by Alex K.
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.

Re: Print report many times depend on a field

Posted: Thu Nov 26, 2015 11:02 am
by AlvaroMig
It works!
Thank you!

Re: Print report many times depend on a field

Posted: Thu Nov 26, 2015 5:15 pm
by Andrew
Hello,

Great! Thank you for the reply.