sukhija7
5th March 2013, 10:18
A new blog entry has been added:
Client System IP Address
Hi
Can anyone tell me the function get client IP address of user access BAAN.
Thanx...
Juergen
5th March 2013, 12:14
Hi,
please check function get.client.ip.address() in the programmers guide.
Regards,
Juergen
sukhija7
7th March 2013, 09:55
H Juergen
Its not showing in manual.
Juergen
7th March 2013, 10:42
From my local Infor programmers guide:
Syntax:
function long get.client.ip.address (ref string ip.address)
Description
Get the IP address of the local client. In case of Baan Windows this is the client machine on which BW is running. In case of Webtop, this is the client machine on which the Internet Browser is running
Arguments
ref string ip.address Output argument which will contain the IP address of the client on return of this function.
Return values
true Function succeeded, IP adress is filled.
false Function failed, client IP address is unknown.
Context
This function can be used in all script types.