I would like to know, how I can get the actual
Host-name or IP-Address of the workstation where
my Application is running on.
Something like "Tell me who I am?".
"Patrick" wrote:
>
>I would like to know, how I can get the actual
>Host-name or IP-Address of the workstation where
>my Application is running on.
>Something like "Tell me who I am?".
>
If you are doing it via progress try something like:
lvString = hSocket:REMOTE-HOST.
If this doesn't help, then hopefully it will at least start you off in the right direction.
CYA