July 26, 200718 yr The FM Server will allow the limitation of idle time. Is there anyway to do it without the Server? Is there a script that could do this? thanks,
July 26, 200718 yr Alternately you could ad a subscript that is called from the beginning of every script that you want affected which checks for user activity. When the database is first opened: - Store the time in a global variable When a user clicks a button to run any script: - compare the current time against the stored time. - If it is greater than a predifined amount of time, force the database to close with a message. Otherwise update the global variable with the current time.
Create an account or sign in to comment