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.
Juggernaut

Currently logged on usernames

Featured Replies

Is it possible to get a list of the users who are currently using a database?

We're using a Helpdesk callregistration database and I'm going to put it online with web-companion. On the helpdesk-site I want to enable the users to see which employee is in the house/online.

Thanks in advance!

Greetz,

Jorick

This could be done by a scripted routine whereby on accessing the file, the user name is captured, and when leaving the system, the name is deleted. Do not use globals for this.

HTH

Old Advance Man

Status(CurrentGroup) has worked for me in the past, where I assign each user their own group under access privileges and create a Calc field whose value is replaced when the user presses a login button.

If it's going to be done throught he web with Web Conpanion, forget Status(CurrentGroups) etc. Definately *do not* use scripts.

Set up the Web Security databases to handle log-ins, and create a separate username and password for each user. Use the CDML tag [FMP-ClientUserName] to determine which username was authenticated. It's that easy.

The trick of course is to set up the usernames to make sense: something like "firstname.lastname" is easy to work with and can be displayed in a meaningful manner without any processing.

  • Author

That's an option, but then I have to create the whole tool for the Intranet, while I only wanted the users to get the status of their call, and the status of the helpdesk (availability, company global issues, etc)..

I think I'll just add another file with nothing but two fields: username and logged_on_status. Then I'll create some HTML to find all logged_on_status="logged_on" and display that list.

Thanks for your advices

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.