Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determine A User's Full Name
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00577470
Message ID:
00577483
Vues:
37
>Is there any way to determine a user's full name. I don't want to
>use the value returned by SYS(0).
>
>TIA

Kevin,
In and NT/2000 domain network, you can use ADSI to get this:
ouser = getobject('WinNT://MyDomain/MyPDCorBDC/Username,user')
? ouser.FullName
HTH.
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