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 All,

This will be probably be an easy one for all you FMP experts!!

I have a database with quite a number of one off values and I am using global fields for storing this data. Is there a limit to the number of Global fields you can have in FMP ? .... In fact is there a limit to the number of fields in one record?

Cheers

Darrel

There probably is, but it is VERY large. Practical considerations will probably make you solution unusable long before you exceed this limit.

If your solution is to be multi-user, don't use global fields to store your values. Globals in a multi-user environment reset to the values in place when the file was last opened in single user mode with FM (not server). The proper way to store these values is to create a separate "preference" file with exactly one record, set these values in text or number fields (not global fields), and access these values via a relationship from your other files.

-bd

  • Author

Thanks for the info smile.gif

My database is single user only so I should be ok with the globals - even if there is approximately a hundred of them (mainly used to hold temporary data when copying from one record to the next).

Cheers

Temporary data (variables) is fine for global fields. Static or persistent data should be in aprefs file as LiveOak suggests. I've been steadily converting all my solutions to use a prefs file, even the single-user solutions. It's so much easier. And reliable.

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.