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

As you may know, you can show a list dialog with MBS FileMaker Plugin by using our ListDialog functions. For next version 13.5 we add new functions for having checkboxes in the list.

Screenshot from macOS:

ListDialogMac.png

The list dialog can now operate in multiple modes:

  • Like the simplest version would be to just show a list, the user double clicks an item and the dialog closes (or pick one and clicks select button). 
  • Other way would be to allow multiple selection (see ListDialog.SetAllowMultipleSelection) and then pick a few items from a list and click select button. If needed, the user may first use the filter to narrow selection.
  • You can't just not just pick something with selecting an entry, but instead use checkboxes to collect the items. This allows the user to use the filter to search for items. Even while not visible

Screenshot from Windows:

ListDialogWin.png

You can enable the feature with ListDialog.SetShowCheckboxes by passing true. Then you can preset some checkboxes with ListDialog.SetChecked function. Once the dialog shows, the user can filter items, set some checkboxes and then click select button. Or filter again to find other items and add more check marks before finishing the dialog.

Please try the new functions and let us know whether you like them.

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.