Posted 29 September 2017, 1:37 am EST
Hi,
I am using following methods for printing
Print(False, False)
It seems documents are not printing in same sequence as sent to printer.
Looks like it uses threading internally.
But when we use following method it goes fine,
Print(False, False, False)
But it takes 10 to 15 seconds for each document. We have heavy volume of reports and it takes several hours to print.
Is there any solution for this ?