January 8, 200818 yr Newbies 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?
January 25, 200818 yr 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.
Create an account or sign in to comment