Jump to content
Server Maintenance This Week. ×

Identifying each machine


This topic is 4380 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi All,

Here is my situation. I have one machine running the master database. I have 5 other machines that open that DB remotely. I have created a username and password for each machine. Laptop1, Laptop2, etc.

When someone makes a change to a certain record, prints an invoice for example, I need to be able to see which machine handled that record and when.

I am sure there is away to do this, but I am a coldfusion programmer by trade and I am just starting to develop in FM.

Any help would be greatly appreciated.

Thanks...Mike G

Link to comment
Share on other sites

Well if you want to track by each machine then it would make more sense to use something like the MAC address.

Get (SystemNICAddress)

You can then have a table that stores the MAC addresses and the corresponding machine name.

If you want to grab the user name in each FileMaker Pro install ( under preference options ) then look at Get (UserName).

If you want to grab the account that logged into the file, then use Get (AccountName)

Link to comment
Share on other sites

Well if you want to track by each machine then it would make more sense to use something like the MAC address.

Get (SystemNICAddress)

You can then have a table that stores the MAC addresses and the corresponding machine name.

If you want to grab the user name in each FileMaker Pro install ( under preference options ) then look at Get (UserName).

If you want to grab the account that logged into the file, then use Get (AccountName)

Thanks Mr. Vodka

Link to comment
Share on other sites

This topic is 4380 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.