Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting if running over Terminal Server
Message
From
21/02/2003 11:14:52
 
 
To
17/02/2003 22:25:33
Gavin Reid
L & M Marketing Pty Ltd
Frenchs Forest, Australia
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00754329
Message ID:
00756176
Views:
11
This message has been marked as a message which has helped to the initial question of the thread.
We use this function:

*-----
function tserver
*
* Returns TRUE if the app is running on MS TS or on Citrix
*
private lbRetVal, lcSessionname

lcSessionname = upper(getenv('SESSIONNAME'))
lbRetVal = 'RDP-TPC' $ lcSessionname or 'ICA-TPC' $
lcSessionname

return lbRetVal
*-----
Gensoft Sàrl
Christian Carron
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform