Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need An API Call
Message
 
 
To
05/09/2001 16:49:49
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00552691
Message ID:
00553149
Views:
18
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform