Jump to content

Showing Multi Users


wernerf

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

Recommended Posts

IMHO the best way is to use the FMS Remote Admin tool. It displays lists of current users for each hosted file.

There is no "native" way to do determine the current users or get them displayed in a layout: no function exists that lists account names (I imagine something like that would be a major security concern).

A user tracking system could be created however. It could be a simple as adding code to the startup script that creates a timestamped record in a "Log" table, and with code in the shutdown script that records when they close the window. However it won't necessarily be accurate because it will only track those users that have accessed the file in a way that causes the startup and shutdown scripts to run: it's possible to use files in ways that avoid this.

For example a file can be open hidden and it's data shared with another database (say, a contact database whose data gets used on many different solutions). In this case because the Contact database's window hasn't yet been opened so the startup script won't have run. Would this be considered being accessed by the user?

Link to comment
Share on other sites

This topic is 5273 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.