Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get the full user's name of the PC
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01406221
Message ID:
01406716
Views:
78
Program Error
Cancel
Suspend
Ignore
Help
OLE error code 0x80041017: Unknown COM status code.

on the
for each loUser in loUsers line

After some pause.

>:(
>
>What happens with this code? It is slow, in particular the first time, but just to see what happens
>
>
>clear
>
>lnStart			= Seconds()
>loLDAP			= Getobject('Winmgmts://./root/directory/ldap')
>loUsers			= loLDAP.ExecQuery([Select * from ds_user where DS_sAMAccountName = '] + Getenv('USERNAME') + ['])
>loSelectedUser	= null
>
>for each loUser in loUsers
>	loSelectedUser	= loUser
>	exit
>endfor
>	
>? loSelectedUser.DS_Name, Seconds() - lnStart
>
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform