Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Logout the app when the user has many time with out work
Message
 
 
To
03/05/2001 13:27:18
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00503152
Message ID:
00503154
Views:
20
>Hello at alls.
>I wonder to know if any one of your have done a runtime to logout the aplicacion when the user has a long time with out work in my system.
>I have a form like a back in it I put a timer control but I dont know how control it, because when the interval has expire the system shutdonw with out matter if I work or not.
>I hear suggest....
>TIA

I don't know about others, but VMP using a property of the application object. Whenver a user does something (inputs data into a control, launches a form, etc.) the current datetime() is stored to the application property. The application timer (running in the background) compares the current datetime with the datetime stored in the property. If the user-defined timeout (difference) is reached, the system logs out.

Hope this gives you some ideas.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform