Looping through a table to print multiple report
Hi everyone,
I am searching a way of how to print multiple reports on looping through a table where are stored.
Before to loop to the next record in a table, I need to know how to detect that the current report has been printed
and also if it is possible to detect the printer status.
Thank you very much for your help
Regards
I am searching a way of how to print multiple reports on looping through a table where are stored.
Before to loop to the next record in a table, I need to know how to detect that the current report has been printed
and also if it is possible to detect the printer status.
Thank you very much for your help
Regards
Comments
Sorry, I should had to post again to mention that I solved the problem.
I used the frxReport1.PreviewPages.SaveToStream(Stream) to store as fp3.
Thanks you very much