On 10/30/2025 8:22 PM, Steve wrote: > Have more clients remoting in from home to run a Plus app. Anyone know of a way to tell programmatically whether a particular user is running remotely? I could ask them when they log in, but was hoping there might be another way. >
You may want to look at the dBASE Users' Function Library Project (dUFLP
-- if you don't already have it, see the signature block below this
response).
In "miscapi.prg" you can find various functions that access the Windows
API, and can get various information, such as:
GetSystemName()
As well as others. I am not sure if this one function will do what you
need, but this is a place to start.