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

Killing ALL CAPS, all lower type entries

Featured Replies

I have a runtime (Dev 6) which requires lots of user input. I'm trying to find an easy way to validate each field for proper text useage (not all UPPER or lower). The following works but it's going to take forever to do for each field. Is there a better way?

If(first_name = "", "", not Exact(first_name, Upper(first_name)) and not Exact(first_name, Lower(first_name)))

Thanks for any thoughts!

You might try just running the change on the field regardless. Then you aren't slowing things down with the test.

I don't know whether you have the Proper function in 6 (I imagine you do), but you might want that instead.

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.