Report.AfterPrint event and Report.DeviceType
Hi,
RB 18.02
i have a report for generate a text file
report.allowprinttofile = true;
when i preview this report and i click on the print button :
the report.afterprint event fire first with report.devicetype='Printer'
and a second time also with report.devicetype='Printer'
the first time the report.devicetype must be 'Screen'
thank
Julien Bertano
RB 18.02
i have a report for generate a text file
report.allowprinttofile = true;
when i preview this report and i click on the print button :
the report.afterprint event fire first with report.devicetype='Printer'
and a second time also with report.devicetype='Printer'
the first time the report.devicetype must be 'Screen'
thank
Julien Bertano
This discussion has been closed.