daiserja
Jun 13 2006, 10:49 AM
Hello,
I want to print a report 3 times with different Data. Before printing I open the Printer Dialog to change the printer and the number of copies.
How can I read the selected Number of copies from the Dialog and store it?
Thanks for help
Quietman
Jun 19 2006, 12:38 PM
Never tried before but have you looked at the TfrxReport source? TfrxReport has a published property called PrintOption and TfrxPrintOptions has a published properties called Copies. Why don't you create yourself a variable and then grab that in some event like OnBeforePrint?
Wayne