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 TouchToneTommy 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 in VB?

Status
Not open for further replies.

ndp

Programmer
Mar 3, 2003
121
US
Hello,
This forum is always a great help to me. I am hoping to get some tips on this one.
My problem is 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 creating 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
 
You will have better luck on the Crystal forum:

Business Objects: Crystal Reports 3 Integrate Forum
forum768

"Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top