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.

user preference table

Featured Replies

Can anyone offer me some guidance setting up a user preference table? Or direct me to simple sample file

Is it for a single-user or multi-user runtime environment?

For a single user environment, I define all such fields in a separate "parameters" table and tie it in using the "x" relationship so they're available anywhere and everywhere. Maybe someone else can advise on the multi-user side.

  • Author

Thanks.

The solution is to be multi user. 4 users on two machines. I plan to have each user login with an account name, but want to track some data specific to each user. Where they were when they logged out and the like.

Its a lot easier than you think. Create a global text field and set it to the user account name as part of the opening script.

Set Field [gUser; Get ( AccountName )].

You can now create a relationship from this global field to a table occurence of the UserTable. Now whenever you want to set a field with certain data for that user, you can allow it.

If you are on an nonrelated table, you may need to create additional table occurence of the orig table with your gUser as well as another instance of the UserTable TO.

  • Author

IIf you are on an nonrelated table, you may need to create additional table occurence of the orig table with your gUser as well as another instance of the UserTable TO.

Could you explain this in a little more detail?

much appreciated.

  • Author

Thanks I got it straightened out.

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.