How to find IP address of client from Notes client

Hi all, I need to find the IP address of the current user (client) from notes client (not from web). Is there a way to find out the IP from notes client.

Thanks in advance,

Fraser

Subject: Notes formula to get IP Address

Here’s another way… it works well for DHCP Assigned Addresses but not for Static addresses due to the way RegQueryOpen reads different types of registry entries:

http://www-10.lotus.com/ldd/nd6forum.nsf/0/f306b8d284407921852572c000682dba?OpenDocument

Another way is to use Windows API in LotusScript code:

http://www-10.lotus.com/ldd/nd6forum.nsf/0/393524fb53ba301385256ff5006ef17c?OpenDocument

Alex

Subject: How to find IP address of client from Notes client

I searched the forum and found the following answer:http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/fb3dbf8920a31ab885256ed6003ac935?OpenDocument&Highlight=0,ipaddress

hth

Subject: How to find IP address of client from Notes client

If this is required just for info purpose, you can use the Admin Client - it’s pretty easy …

Goto the server tab and select Database users - it will show the IP under netAddress …