IP or Terminal name of the calling PC on CITRIX [message #84726] |
Wed, 21 April 2004 02:02 |
Naseer
Messages: 5 Registered: September 2000
|
Junior Member |
|
|
Hi,
I need the IP address and/or Terminal name of the calling PC on CITRIX server. My application(forms) is installed on CITRIX and after calling of any form I want to check IP/Terminal in WHEN-NEW-FORM-INSTANCE trigger.
Thanks in advance.
Regards,
Naseer
|
|
|
|
|
Re: IP or Terminal name of the calling PC on CITRIX [message #530195 is a reply to message #530161] |
Sun, 06 November 2011 14:54 |
|
salrizzo
Messages: 7 Registered: December 2009
|
Junior Member |
|
|
No mate,
that will return the name of the Citrix server.
I found two pssible solutions:
1. Google for ENVTSCIP. It is a simple freeware executable that returns the IP address of the client PC or an error message if not in a Citrix session
2. Use environment variable %CLIENTNAME% it will return the name of the client PC if in a Citrix session otherwise will be null.
Hope this helps all those who have struggle to find such a simple information in the official Citrix websites.
|
|
|