Detect Cancellation of Printing
For logging purposes, I need to be able to detect whether a call to Report.Print()/Report.PrintPrepared() was aborted by the user by clicking the "Cancel" button in the FastReport print dialog.
Any advice on how to solve this problem would be greatly appreciated.