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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to join different print jobs in a single print job

Status
Not open for further replies.

ndp

Programmer
Mar 3, 2003
121
US
Hi,
I am sending different reports with different type of data to printer programatically. My problem is the printer gets very slow because of so many print jobs(about 2000). Is there any way I can consolidate those print jobs in to one and then send it to printer?
This is the code...

Public crpAPP As New CRPEAuto.Application
Public crpReport As New CRPEAuto.Report

crpReport.SelectPrinter "winspool", Printer.DeviceName, Printer.Port
crpReport.PrintOut False, 1

Any help is most welcome!

Thanks,
ndp


 
Please somebody help me with this! There has to be a way to do this!

Thanks,
ndp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top