Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting the active user logged on with RAS
Message
De
21/03/2001 07:44:57
 
 
À
09/02/2001 09:01:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00474404
Message ID:
00487155
Vues:
21
Perhaps others have been wondering about this, so I am posting the answer to my own question:

LOCAL loMts, loContext, lcUser, loSecurity

loMts = CreateObject('MTXAS.APPSERVER.1')
loContext = loMts.GetObjectContext()
loSecurity = loContext.Security()
lcUser = loSecurity.GetOriginalCreatorName()

Johan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform