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

Can i disable the auto-save function of FMP5 and create a button so that FMP5 can save changes only when user click the button?

Not directly, but you may be able to fake what you want to do.

It sounds like you want your users to enter data, but not have that data written to a record until they click a button.

If that's the case, create a data entry layout which doesn't actually have the fields of the record that would normally contain information. Instead, it has a global field for each normal field.

When a user wants to edit the data, you use a script with a bunch of Set Field steps to get the data from the normal fields to the global fields. Then you take the user to the layout where they can edit the global fields. If they click a button for "Save", then you use another script to set the global fields' data to the normal fields. If they click a button that says perhaps "Cancel", then you just take them back to the data view layout without bothering about the data in the global fields.

Chuck

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.