G Guest Jun 23, 2005 #1 is it possible to time a persons inactivity and boot them off a databse after a certain amount of time?
is it possible to time a persons inactivity and boot them off a databse after a certain amount of time?
F Fred Boer Jun 23, 2005 #2 This link will help! http://home.bendbroadband.com/conradsystems/accessjunkie/kickoff.html Fred Boer
G Guest Jun 23, 2005 #3 Yes. The most basic way to do this is to create an invisible form at startup that stays open all the time. Use the Form's Timer event.
Yes. The most basic way to do this is to create an invisible form at startup that stays open all the time. Use the Form's Timer event.
G Guest Jun 23, 2005 #5 This is nice but how does it get around the inactivity part. I only want the database to boot them if they have not done anything for a certain amount of time
This is nice but how does it get around the inactivity part. I only want the database to boot them if they have not done anything for a certain amount of time
G Guest Jun 23, 2005 #6 The On Timer event will fire when the designated time expires. You can close the database. When the user does something, reset the timer.
The On Timer event will fire when the designated time expires. You can close the database. When the user does something, reset the timer.