Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Launching user's name
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01112899
Message ID:
01112984
Views:
20
>I do not know if there is an elegant way, in my COM server I have a function to do that (And actually a function to retrieve all environment variables)
>
>something like:
>
>
>* This methods are public members of my COM server
>
>function getUserName() as String
>	return getenv('UserName')
>endfunc
>
>function getEnv(tcVariableName as String) as String
>	if vartype(tcVariableName) = 'C'
>		return getenv(tcVariableName)
>	else
>		return null
>	endif
>endfunc
>
>
>Ah! one thing is that the COM Server is launched by interactive user, not sure what would return if launched by specific user
>
>
>>Is there a way to find a name of the user in the remote server that has stared that server?
>>
>>Thanks

My servers are launched by a launching user. Will that work?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform