Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the active user logged on with RAS
Message
From
21/03/2001 07:44:57
 
 
To
09/02/2001 09:01:44
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00474404
Message ID:
00487155
Views:
22
Perhaps others have been wondering about this, so I am posting the answer to my own question:

LOCAL loMts, loContext, lcUser, loSecurity

loMts = CreateObject('MTXAS.APPSERVER.1')
loContext = loMts.GetObjectContext()
loSecurity = loContext.Security()
lcUser = loSecurity.GetOriginalCreatorName()

Johan
Previous
Reply
Map
View

Click here to load this message in the networking platform