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