using Webutil to get ip address on form load [message #299450] |
Tue, 12 February 2008 01:56 |
ShaShalini
Messages: 59 Registered: January 2007
|
Member |
|
|
Hello
My requirement is to show the ip address of the client after he has logged in.
I tried putting the code in when-new-form-instance .. but it returns null. I think the webutil objects are not yet loaded in when the when-new-form-instance is fired. If I put the same code in a push button , I am able to get the IP address.
Actually for test purpose I am displaying the IP in a message.
Message ('Client IP add '|| webutil_clientinfo.get_ip_address);
please help , I want the IP when as soon as the form is loaded.
Thanks
|
|
|
|
|
|
|
|