I've got a report object/report form (CR 8.5, populated through VB6 app) which prints fine as a single print job. What I'm trying to do is combine multiple instances of the same report into one multi-page document/print job.
My users are essentially printing invoices, each of which is one page. If I can combine say 300 individual print jobs into one I no-longer have to worry about two peoples jobs getting mixed up.
I do use the CRVIEWERLibCtl.ReportSourceRouter in another part of the program to create a multipage report when displaying with the Viewer, and this works out fine. What I'd like to do is create a multipage report and send the job directly to the printer without any other user input. Some of these print jobs can be 700-800 pages long so I'd rather not require the user sit and wait to click on the Print button, if possible. If there is another way to add pages to an existing report object and then print, that'd be ideal.
Any ideas would be greatly appreciated.
Thanks,
Oli
My users are essentially printing invoices, each of which is one page. If I can combine say 300 individual print jobs into one I no-longer have to worry about two peoples jobs getting mixed up.
I do use the CRVIEWERLibCtl.ReportSourceRouter in another part of the program to create a multipage report when displaying with the Viewer, and this works out fine. What I'd like to do is create a multipage report and send the job directly to the printer without any other user input. Some of these print jobs can be 700-800 pages long so I'd rather not require the user sit and wait to click on the Print button, if possible. If there is another way to add pages to an existing report object and then print, that'd be ideal.
Any ideas would be greatly appreciated.
Thanks,
Oli