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.

Using checkboxes to search specific fields

Featured Replies

I have 3 fields (Field A, Field B, Field C) and I want the user to be able to go into Find Mode, enter their search criteria - into a global field - then select from a choice of 3 checkboxes to determine which fields are searched (e.g. Look in Field A and in Field :. I then expect to create a script based on which checkboxes have been selected.

Do I have to use 3 different fields (e.g Option 1, Option 2, Option 3)? How can I present these as "checkboxes"?

Can anyone help?

I havent used FM5 is a very long time but I guess you can do something of a Pattern count if your search script as a condition to set the field as with the global value or not. Something like this:

If (PatternCount ( gCheckbox ; "Field A" )

Set Field ( Field A; gSearchField )

End If

If (PatternCount ( gCheckbox ; "Field B" )

Set Field ( Field B; gSearchField )

End If

If (PatternCount ( gCheckbox ; "Field C" )

Set Field ( Field C; gSearchField )

End If

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.