PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → [WD] Detect RDP
[WD] Detect RDP
Débuté par Biju, 04 juin 2018 21:10 - 4 réponses
Posté le 04 juin 2018 - 21:10
hi guys,
How can we detect weather an WD Application (Windev) is running on Remote Desktop Protocol (RDP) or direct execution ?

Thanks

Biju
Posté le 05 juin 2018 - 10:21
The only way i know is using the SysEnvironment function

check if the SysEnvironment("CLIENTNAME") returns any value if yes it's RDP.
Posté le 05 juin 2018 - 10:51
Biju

See InTSEMode() function.
Posté le 05 juin 2018 - 11:36
Hi,

I have a big issue when running version 23 on Remote Desktop Protocol (RDP. A framework fault displays when shutting down the application ? On normal cvomputer all is fine ?


regards
Allard
Posté le 06 juin 2018 - 13:23
Hi
It works ...

Thanks to Paulo Oliveira and JP