accessman2
Registered User.
- Local time
- Today, 15:12
- Joined
- Sep 15, 2005
- Messages
- 335
Hi,
I want make to run a function when the database application is closed. When the user close the database application using Ctrl+Alt+Delete keys, I want the function to run it at that moment. How can I make that?
If I create a hide form and put the function of the Close_Event, it will work when the user close the database application using legal way. However, the user will use Ctrl+Alt+Delete to close the database application, then the function will not run it.
Does anybody how to solve it?
I want make to run a function when the database application is closed. When the user close the database application using Ctrl+Alt+Delete keys, I want the function to run it at that moment. How can I make that?
If I create a hide form and put the function of the Close_Event, it will work when the user close the database application using legal way. However, the user will use Ctrl+Alt+Delete to close the database application, then the function will not run it.
Does anybody how to solve it?