
Detecting application quit
Hi Simon,
Unfortunately, not directly. The most you can do is to have a hidden form
open as the first form, and use it's UnLoad event.
HTH
--
Dev Ashish (Just my $.001)
---------------
The Access Web ( http://home.att.net/~dashish )
---------------
:I would like to add code to my main forms that when a users closes them by
:clicking the close button at the top right of the form, that they actually
:hide, so it will be quicker to display them subsequently. Easy - global
:variable - if not globalQuit then cancel event and hide. However, I need to
:set the global quit as the application is closed. Is there anyway to detect
:this?
:Simon
:
: