C cturner Registered User. Local time Yesterday, 19:35 Joined Feb 7, 2005 Messages 21 Feb 9, 2005 #1 I am looking for a way to make my DB exit after a certain amount of idle time. Can anyone help? Thanks,
I am looking for a way to make my DB exit after a certain amount of idle time. Can anyone help? Thanks,
G GabrielR Registered User. Local time Yesterday, 19:35 Joined Oct 6, 2004 Messages 63 Feb 9, 2005 #2 cturner said: I am looking for a way to make my DB exit after a certain amount of idle time. Can anyone help? Thanks, Click to expand... This might be what you are looking for...
cturner said: I am looking for a way to make my DB exit after a certain amount of idle time. Can anyone help? Thanks, Click to expand... This might be what you are looking for...
C cturner Registered User. Local time Yesterday, 19:35 Joined Feb 7, 2005 Messages 21 Feb 9, 2005 #3 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?
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?
C Crilen007 Uhm, Title... *shrug* Local time Yesterday, 16:35 Joined Jun 13, 2003 Messages 531 Feb 9, 2005 #4 Put it into the modules area, and the functions are automatically linked to forms, just have to call them.
Put it into the modules area, and the functions are automatically linked to forms, just have to call them.
G GabrielR Registered User. Local time Yesterday, 19:35 Joined Oct 6, 2004 Messages 63 Feb 9, 2005 #5 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? Click to expand... 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...
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? Click to expand... 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...
C cturner Registered User. Local time Yesterday, 19:35 Joined Feb 7, 2005 Messages 21 Feb 9, 2005 #6 Thank you. It worked perfectly. I am slowly learning Code but I have never been instroduced to Modules. THanks for everyones help...
Thank you. It worked perfectly. I am slowly learning Code but I have never been instroduced to Modules. THanks for everyones help...