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.

Disable a button in Find Mode?

Featured Replies

I have a checkbox field that I've defined with a button over it so when it is clicked it runs a script. The problem is when I go into Find Mode I need to be able to search based on this checkbox, but in find mode the button is still active so I can't directly select the checkbox.

This is probably a basic question, is there a way to disable the button when in Find Mode?

Thanks.

One way would be to start the script that is attached to the button with the following

If Get(Windowmode)=1

go to field check box

halt script

endif

That will check to see if you are in find mode (windowmode=1) and if so put the cursor into the check box field in order for you to mske your entry. If you are not in find mode it will just bypass this bit of the script

HTH

Phil

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.