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.

Script for Field Validation Failure

Featured Replies

No doubt this has been addressed before but I can't find it. Will someone point me to a "user friendly" script for a data entry validation failure. (504 error capture. Custom dialog. Choice, allow or abort.)

Field validation is done at the "Define Fields" level, in the field options.

You can simulate field validation using a script, but this is an interface things and not real validation. (Field-level validation won't let invalid data be entered into the database. Interface-level validations does.)

You'll usually be using IF statements with IsEmpty() and other functions to display custom dialogs.

I usually go a step further and use a loop:

Go to Layout [ data entry layout ]

Loop

Pause script

Exit loop if [ not isempty( field1 ) and not isempty( field2 ) etc]

Beep

Show Custom dialog[ message about which fields are empty ]

End Loop

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.