Results 1 to 3 of 3

Thread: [SOLVED] PrintOut method question

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Posts
    80

    [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
    Last edited by JackV; Mar 5th, 2003 at 02:02 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width