edmonton Posted December 6, 2006 Share Posted December 6, 2006 Hi I am not sure where this query should be but I am just putting it here. I would like to store the login information of all the programmers that work on the hosted Files. I also would like to capture their IP Address and Computer Name. Get(HostIPAddress) and Get(HostName) gives me the IP Address and Name of the Server where the files are hosted but I would like the client IP Address and Client Computer Name which the programmers are using. Is their a way to do it ? Thanx Link to comment Share on other sites More sharing options...
Ender Posted December 6, 2006 Share Posted December 6, 2006 Try: Get(SystemIPAddess) and Get(UserName), or better yet use Get(AccountName) and make sure everyone logs in with their account. Link to comment Share on other sites More sharing options...
edmonton Posted December 6, 2006 Author Share Posted December 6, 2006 Get(AccountName) will give me the Name of the user logging in to FileMaker Pro. I would like the Name of The Computer which was used for logging. Thanx Link to comment Share on other sites More sharing options...
Tim W Posted December 6, 2006 Share Posted December 6, 2006 Hi, Will Get(SystemNICAddress) help? or as ender mentioned Get(SystemIPAdress)? Both of these return a list, however you can compare a before logon list to an after logon list and isolate the change. HTH, Tim Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6134 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now