Crystal Reports Viewer: trapping the event fired when the PRINT button is pressed on the toolbar.
vb.net 2008 and crystal v9
We have a simple window apps that contains a CR viewer. When the enduser presses the PRINT button on the toolbar we want to trap that event. Specifically, we want to know when that document has been successfully sent to the printer, not just at the beginning of the cycle.
How do we trap that event?
We want to run a simple UPDATE SQL statement to indicate the document was printed, but do not want to fire the UPDATE too soon because our SELECT query checks for that date.
Thanks,