I have created a database that includes my own functionality that allows a user to log into the database. I now want to add a timeout feature that logs the user out after a period of idle. I have it working fine using the timer feature on a hidden form but I have one issue to overcome.
My timeout feature must not run if there are any popup forms open. Is there any way to detect this?
I should say that there are dozens of popup forms available to the user, all are modal.
Many thanks
Colman
My timeout feature must not run if there are any popup forms open. Is there any way to detect this?
I should say that there are dozens of popup forms available to the user, all are modal.
Many thanks
Colman
Last edited: