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
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
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.