Skip 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.

Find with validation fields

Featured Replies

  • Newbies

Here is my situation: I have a script that goes to a layout and enters find mode. I have set error capture on, and any result that is not "0" should cause a return to the original layout with a general error message. However, one of the fields is from a related database and is a numeric field and is set to not allow an empty field. If I try to use a "*" to search fory any entry, I just get an error that data needs to be entered here (this does not happen if it is left blank in find mode, which is ok). My script cannot continue to the original layout because invalid data is entered here. I would like to be able to return to the original layout in the case of ANY error. Thanks for any help.

  • 2 weeks later...

* doesn't work in number fields, use = (empty) and Show Omitted. Here's the bare script steps:

Enter Find Mode

Insert Text [select, "myNumberField", "="]

Perform Find [Replace Found Set]

Show Omitted

Forgot this, put after Show Omitted:

If ["Status(CurrentFoundCount) <> 0"]

... do your thing to point out error

Else

... do whatever comes next if all OK

End If

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

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.