Nuber of Copies

edited 8:46AM in FastReport 3.0
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

Comments

  • edited 8:46AM
    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

Leave a Comment