Expiration time

  • Thread starter Thread starter Antonio
  • Start date Start date
A

Antonio

Good morning, everybody.
I have a form that checks for user inactivity and after 5
minutes issues a message informing the user that there
hasn't been any activity for 5 minutes and asks if they
want to close the application. I would like to add
something like: "MS Access will close automatically
in.....seconds". Can anyone tell me how to code it?
Thanks, Antonio
 
Good morning, everybody.
I have a form that checks for user inactivity and after 5
minutes issues a message informing the user that there
hasn't been any activity for 5 minutes and asks if they
want to close the application. I would like to add
something like: "MS Access will close automatically
in.....seconds". Can anyone tell me how to code it?
Thanks, Antonio

Pop up a small Form with the message; use that form's Timer event to
change the number of seconds every 1000 milliseconds.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Tabbed Control 2
code execute while inactive 1
Annotating and expired date 3
Make a Date Field Autopopulate 6
Time out 1
Close After Inactivity 2
Countdown timer on form 4
Adding time on a form 2

Back
Top