Subject Re: Remote users
From Andy Taylor <andy.taylor.1959@outlook.com>
Date Sat, 15 Nov 2025 16:54:55 +0000
Newsgroups dbase.getting-started

Thanks Vasile, very useful.
Andy

> Hi,
>
> You can determine whether the user is connected to a remote desktop
> session, by using:
>
> remoteUser = (getenv("SessionName") = "RDP")
>
> Vasile BUZA