Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
THISFORM.Release if idle?
Message
From
09/12/1997 15:43:17
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00064783
Message ID:
00064785
Views:
37
>I want to close down a form after it has been inactive for a certain period of time. I'm assuming I should use a timer but I'm not sure how to use it properly to capture this situation. Any ideas?

*** Timer.Timer event
IF ABS(seconds()-thisform.seconds)>1200 && check every 20 min.
Release Thisform
ENDIF
*** ControlX.InteractiveChange event (or something else)
Thisform.seconds=seconds()
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform