[SOLVED] PrintOut method question
In a VB 6 application I am automating a Crystal 8.5 report. More specifically I am repeatedly passing a recordselection formula to it and then sending the report to the printer. What this does is print out each group into their own print job. I need to do this so our printer can insert a sheet (different color paper) in between each job. This will make it easier to collate the report later. The whole report is approximately 17000 pages with each group being about 20-30 pages.
I get a "Server has not yet opened" error whenever I call the PrintOut method while the prior job is still spooling. Right now I'm reuseing both the application and report object as I loop through the recordset which is the basis of the selection formula values that I am passing. Can what I'm proposing be done?
Thanks,
Jack