Exiting an mdb

  • Thread starter Thread starter Shell
  • Start date Start date
S

Shell

Without disabling the "X" in the top right hand corner of the mdb, how do I
capture this event so I can do some processing before exiting.

Thanks
 
Without disabling the "X" in the top right hand corner of the mdb, how doI
capture this event so I can do some processing before exiting.  

Thanks

You can only trap for the form's Close event. So you would create a
hidden form and open it when the application opens. In that form's
close event, you could call a routine to do the processing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top