Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inactivity Timer
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00009354
Message ID:
00010314
Views:
69
>we need to remove user from system, not just form, so we use the timer on the screen as well. if the screen time out occurs when the form has focus, the system won't close until the form closes.

PMFBI, but i dont think this is going to be as simple as all
parties would like it to be, but; defind global glTimeOut=.f.


in TIMER method/procedure;
       if glTimeOut = .t.
          * issuse message regarding time out (user overide?)
          exit
       endif
       glTimeOut = .t.
       return
in EVERY user form/function/method;
       glTimeOut = .f.
       ...
       * normal function process(es)
       ...
HTH!
Lucien T. Elliott Programmer/Analyst
Staple Cotton CoOperative Association
416 West Market St | Greenwood | MS | 38930 | (662) 453 6231
Previous
Reply
Map
View

Click here to load this message in the networking platform