M
mike
Printer - HP4300 in 3 different locations.
VB.Net
Calling crReportObject.PrintToPrinter(iRptCopies, True, 1, -1) doesn't
always return.
We have had at least 4 cases now where the printers above seem to hang
with several reports in the printer queue and when this happens the
method PrintToPrinter doesn't return, thus hanging the application. No
error message is logged in the exception log. It simply seems to be
waiting for the printer to return or something.
This is creating havoc with our Invoice process. Each of the printers
in the 3 different locations have had this problem
Is there a way to for us catch an event, or something that will tell
us what is going on?
VB.Net
Calling crReportObject.PrintToPrinter(iRptCopies, True, 1, -1) doesn't
always return.
We have had at least 4 cases now where the printers above seem to hang
with several reports in the printer queue and when this happens the
method PrintToPrinter doesn't return, thus hanging the application. No
error message is logged in the exception log. It simply seems to be
waiting for the printer to return or something.
This is creating havoc with our Invoice process. Each of the printers
in the 3 different locations have had this problem
Is there a way to for us catch an event, or something that will tell
us what is going on?