You are here: Home Support Knowledge Base I want to ... Getting a GUI clients IP address
Navigation
« August 2008 »
Su Mo Tu We Th Fr Sa
12
3456789
10111213141516
17181920212223
24252627282930
31
 
Document Actions

Getting a GUI clients IP address

How to obtain the IP address of machine Phoenix or Chimera is running on using 4GL.

Use the fgl_get_property function, which will return the ip address of the machine Phoenix or Chimera is running on.

fgl_get_property("system.network","ipaddress")

This function's arguments are case sensitive so ensure that you use lowercase letters for both arguments.