Split Print Jobs
Hello,
I print a lot of invoices. Usually each month around 800 invoices.
I'm looking for a way to say FastReport to create one print job for each client (row) in my dataset and not 1 big print job including all the clients together.
Because I need to post process on my printer each client (put in an envelope and stamp it automatically).
I can query my database and generate reports 1 by 1 but I was wondering if there is an option to do it in a more simple way, not changing a lot of my code.
Thanks
Thomas
I print a lot of invoices. Usually each month around 800 invoices.
I'm looking for a way to say FastReport to create one print job for each client (row) in my dataset and not 1 big print job including all the clients together.
Because I need to post process on my printer each client (put in an envelope and stamp it automatically).
I can query my database and generate reports 1 by 1 but I was wondering if there is an option to do it in a more simple way, not changing a lot of my code.
Thanks
Thomas
Comments
Cycle through the dataset calling the report generation code for each row.
My current report generates around 800 pages in 1 print job, one page per database record.
What I want is to get 800 print jobs of only 1 page for each record in my dataset.
Can't find Range Begin or End properties ? Is it to insert in the report script code ?
Thanks