Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WScript.Network object
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
WScript.Network object
Miscellaneous
Thread ID:
00628102
Message ID:
00628102
Views:
56
We are using the WSH Network object to retrieve the name of the currently logged-on user:
loNet = CREATEOBJECT("WScript.Network")
lcEmpID = upper(loNet.UserName)
On a laptop running Win 98, in the userlist, there is a user 'Abc' and a user 'Xyz'. If you log into Windows as 'Abc' and then log into the network as Xyz' then lcEmpID = 'Abc'.
I thought WScript.Network will return the user logged on to the network, not the user logged on to Windows. Anybody knows what am I missing?
TIA
Doru
Next
Reply
Map
View

Click here to load this message in the networking platform