fr Printing
Hi All
I am a new fr user
In order to print the report I am using the following code
If frReport1.PrepareReport Then
frReport1.PrintPreparedReportDlg;
However I wish to know if there is any variable which will tell me weather the report is printed or the user pressed the cancel button on the print dialog box.
Thanks in advance
Jack
I am a new fr user
In order to print the report I am using the following code
If frReport1.PrepareReport Then
frReport1.PrintPreparedReportDlg;
However I wish to know if there is any variable which will tell me weather the report is printed or the user pressed the cancel button on the print dialog box.
Thanks in advance
Jack