Auto Exit after idle time

cturner

Registered User.
Local time
Today, 18:27
Joined
Feb 7, 2005
Messages
21
I am looking for a way to make my DB exit after a certain amount of idle time. Can anyone help?

Thanks,
 
cturner said:
I am looking for a way to make my DB exit after a certain amount of idle time. Can anyone help?

Thanks,


This might be what you are looking for...
 
Thanks, That is what I am looking for but I am not familiar with Modules. Where do you put that and how do you link it to the form?
 
Put it into the modules area, and the functions are automatically linked to forms, just have to call them.
 
cturner said:
Thanks, That is what I am looking for but I am not familiar with Modules. Where do you put that and how do you link it to the form?


Do this on a brand new blank db just for the sake of learning... This may be your entrance to the wonderful world of writting code.

Follow the steps carefully... one by one.... If you are stuck at a particular step, just chime in and we will get you through it...

Do not worry it is easier than it looks, it is just a matter of copying and pasting the code on the web...
 
Thank you. It worked perfectly. I am slowly learning Code but I have never been instroduced to Modules. THanks for everyones help...
 

Users who are viewing this thread

Back
Top Bottom