Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Login and Logout
Message
De
20/07/2001 07:49:07
 
 
À
20/07/2001 07:33:08
Minesh Bhatt
Ptc Software Ltd.
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00533038
Message ID:
00533043
Vues:
24
What's the problem?

Create a table called.. maybe LoginRecord with a few fields
UserId, LoginDate, Logintime, LogoutDate, LogoutTime

Each time a user logs in to the application insert a record into this table
Insert into LoginRecord Values ('Minesh', Time(), Date())
Also create a global variable which stores the record number of the record you have inserted

When the user logs out, or on shutdown go to that record and
replace LogoutTime with time(),LogoutDate with Date()
HTH

Will

>Dear All,
>I want to store Data of user Login and Logout time including username, in Vfp Table, Since my Senior wants reports of login and logout time of user.
>Thanku.
Will Jones
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform