onPrint event?

Hello
Can I catch when print 1,2,3... page

My idea is when print page one show in memo1='ORIGINAL' else memo1='COPY'.
I not have create 3-pages.

Thanks

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 7:40AM
    no you can't, once a report is sent to the printer the spooler is what controls the num of copies based on info it receives.
    However, if you use a custom preview you can hook the printbtn event
    modify a delphi variable and load, modify,prepare and printpreparedreprt in a loop
    using another report component.
    ;)

Leave a Comment