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

user timer/clock

Featured Replies

I have several users using my database. Is there anyway to keep track of how much time each each user uses my database. like a built in clock/timer.

Thanxs

  • 2 months later...

Wow, this has been sitting here unanswered for a couple of months. Is this still a question you need answered, or did you figure it out or get an answer some place else.

One thought I had was to create a Audit Trail, or Field Modification solution.

Lee

The thought that comes to my mind is having a Session_Log file/table. Each time a user logs in, a record is created in this log for the current user, and stamped with the current date/time. When a user logs out (or closes the main file,) the last log record for the user gets closed out with the current date/time.

Then to aggregate these, simply use a relationship from the User file/table with a sum() function on the related Time Elapsed, or a columnar report in the Session_Log file/table.

The trouble is when the files don't close gracefully, or a network disruption kills the session. I don't see a great way to deal with this, other than to live with possible blanks for the session End Date/Time. I suppose you could frequently update a Last Activity Date/Time field in the Session_Log everytime the user navigates to another layout or something. Then use this in the Time Elapsed calc if the End Date/Time is empty.

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

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.