ML2008 Posted June 25, 2004 Posted June 25, 2004 How can I see all the current database users? Is there a way to list the number of users as well as their usernames??
Stick Posted June 26, 2004 Posted June 26, 2004 As no-one has replied, there probably isn't an easy way. If you have know all the users and usernames then have a table with them in that has a 'logged_in' field (1's & 0's) that is set on a start-up script. Then loop the table for current users. However, you would also need a reliable way of knowing when they log out - don't know if this is possible when they shut the database down with an 'on close' script.
CobaltSky Posted June 26, 2004 Posted June 26, 2004 Hello Manny, You may wish to investigate the funcrtions: Get ( UserCount ) Get ( UserName ) Get ( AccountName ) The first answers the first part of your question. As to the second part, I suspect that you are looking for a list of account names rather than user names (which are the assigned workstation IDs in FileMaker). Whilst there is no built-in calculation function to return a full list of current users, there are techniques by which a list can be assembled. To that end, you might want to take a look at the Activator plug-in.
Recommended Posts
This topic is 7716 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