Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Hi,

Is there any built-in function to find out how many users are currently using (logged-in) the hosted file?

Thanks,

Garu

The short answer is "no".

That's also the long answer. ;-(

Ok, ok there is an even longer answer.

It's possible to do *anything* with FMP, even things that FMP does not do natively. Generally, however, a trade-off is made with complexity and reliability.

User logging can be done by scripting the file opening (startup script) so that each user creates a record in a "users" table. When the users close the file this record is either marked as being closed or deleted (or something similar) with a shutdown script so that active user records can be distinguished from non-active.

Such a scheme will only work if the users *always* run the startup script at file open and *always* run the shutdown script at file close. It's pretty easy to break such schemes, so the whole thing becomes unreliable.

Short answer: Get (UserCount).

Long answer: Get (UserCount). Other than that, I agree with everything you said.

Even longer answer: This question is posted in the 'Server 8' section. I am not sure what information you can get from the server application itself. But in the client there is Get (UserCount).

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.