Inactivity function

B

Bre-x

Is there way that after a minute of inactivity closes a form?



Thank you All,



Bre-x
 
G

Guest

hi,
yes there is.
read up on the forms on time event in help.
set the time for 1 minute after which close form.
 
E

Ed Robichaud

Haven't experimented with this, but you should be able to combine the form's
Timer and On Change/On Dirty properties to wait a specified amount of time,
evaluate the change/dirty state and then close.
-Ed
 
Top