Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Logout the app when the user has many time with out work
Message
 
 
À
03/05/2001 13:27:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00503152
Message ID:
00503154
Vues:
19
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform