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.

Prohibiting certain characters

Featured Replies

I have a field in my database where I was told is being used improperly by certain users.

They need it to match a certain syntax. They want to see if I can prohibit certain characters from being entered.

I am familiar with setting up value list validation... but that is for the entire field.... if I just wanted to block "/","L","W","H" from being used anywhere in the field, is that possible?

yes its pretty easy using using the Filter() function..

I am familiar with setting up value list validation...

If you want to use the validation option for that field, you can use:

IsEmpty ( Filter ( Self ; "/LWH" ) )

But... you have 10, so why not use an OnOjectKeystroke trigger and the function Code ( ) to block those chars ?

The script to fire is really simple:

If [ ValueCount ( FilterValues ( Code ( Get ( TriggerKeystroke ) ) ; "47¶72¶76¶87" ) ) ]

Exit Script [ Result: 0 ]

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.