Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I combine different print jobs in to one?

Status
Not open for further replies.

ndp

Programmer
Mar 3, 2003
121
US
Hello,

I am sending different reports(crystal reports) to the printer through my VB application. There are lot of small print jobs. It takes lot of time to print.
I wanted to know if there is a way to combine all those small jobs in to one and then send it to printer. I use printer object to print.
Is there any way I can continue on same print job while printing reports instead of creating new job each time?

I use this statement for each report to print..
crpReport.PrintOut False, 1

Please, give me some tips on this. I am really stuck here.

Thanks,
ndp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top