Hi there!
I need a report to print twice, I mean two copies, So I have in my code:
RptDataReport.PrintReport, False
RptDataReport.PrintReport, False
but It only sends one copy. This happend when I print on a remote printer, because when I Print in a local printer It works.
I add the follow msgbox and it works but I need the report to be printed without any click by the user.
msgbox "Print first copy"
RptDataReport.PrintReport, False
msgbox "Print second copy"
RptDataReport.PrintReport, False
Is any way to send two copies without putting the messagebox?
I need a report to print twice, I mean two copies, So I have in my code:
RptDataReport.PrintReport, False
RptDataReport.PrintReport, False
but It only sends one copy. This happend when I print on a remote printer, because when I Print in a local printer It works.
I add the follow msgbox and it works but I need the report to be printed without any click by the user.
msgbox "Print first copy"
RptDataReport.PrintReport, False
msgbox "Print second copy"
RptDataReport.PrintReport, False
Is any way to send two copies without putting the messagebox?