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
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