Newbies jmcJake Posted January 8, 2008 Newbies Posted January 8, 2008 Working in FMP 9 adv: Attempting to set up Networking for Multiple users in same file. I have set up a layout for the admin to take a look at the settings at a quick glance using many of the "GET" parameters. (user count, system, protocol...etc) My next task was to let the admin see WHO was connected to this file. Calling the Get(AccountName) works on the individual machine, but I was hoping to figure out a way so grab all the machines account names and list in one field. Again, this is to show 'who is on', not a list of privileges and possible account names. Thought?
The Shadow Posted January 25, 2008 Posted January 25, 2008 Well, you could make your own table of logged in users, and create/delete a record as users come and go. Create a record in the table containing Get(AccountName) filled in by a startup script for your file, and delete it in a close script.
Recommended Posts
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