Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need An API Call
Message
 
 
À
05/09/2001 16:49:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00552691
Message ID:
00553149
Vues:
17
>>I was hoping to display the user's full name
>
>You can do this with ADSI:
>
oUser = GetObject("WinNT://myDomain/myUser")
>? oUser.FullName
>You need the scripting components installed for this to work. (if I am not mistaken)

You don't need Windows Scripting Host, but you do need the ADSI runtime if you're on old versions of Windows 95 or NT 4.0. A search on VFP and ADSI will at http://support.microsoft.com will serve up the information needed.
Mike Stewart
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform