Cancel the Close Event for Report

mrssevans

Registered User.
Local time
Today, 19:08
Joined
Nov 15, 2001
Messages
190
I am wanting to run some code to allow the user to choose whether or not they are ready to email a report, so they need to be able to view the report first. I want to put my code on the close event, but in order to do so I have to be able to cancel the close event. Anyone know how to do this for a report?
 
I would like to export the report into a snapshot/excel before it closes. I do not know what other event to add my code to to prompt the user to export.
 
You should offer the user the option to print preview, print or export the report using command buttons or toolbar options. How are you calling the print preview of the report?
 

Users who are viewing this thread

Back
Top Bottom