2 Copies - different text on each copy with collate=FALSE
Hello,
I have designed a report with a printer setup as follows
number of copies = 2
collate=FALSE
I want the first copy to have a text on a label, and the second a different
text on the same label.
How can I make it without setting Collate=TRUE?.
Thank you very much.
F.Dur?n
I have designed a report with a printer setup as follows
number of copies = 2
collate=FALSE
I want the first copy to have a text on a label, and the second a different
text on the same label.
How can I make it without setting Collate=TRUE?.
Thank you very much.
F.Dur?n
This discussion has been closed.
Comments
I created an example for you that adds a unique caption for each copy when
collate pages is set to False. It essentially uses the
TppPrinterDevice.OnStartPage event to add a unique TppDrawText to the report
on the fiy. Note that this method will only work correctly if Collate
property is set to False, or unchecked in the print dialog. Hope this
helps.
http://www.digital-metaphors.com/tips/UniqueCaptionCopyNoCollate.zip
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I had to work a little bit on my report but I finally got it working.
Thanks a lot, Nico!