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.

Featured Replies

Hello:

I need to validate a field that will not allow the user to enter one or more spaces trailing the entry or one that will trim the spaces on entry.

Don't know exactly how to accomplish this.

Thanks

JW

Instead of using validation, which will disrupt data entry, you might just include an auto-enter (*replace) calculation on the field with:

Trim ( Self )

* uncheck 'do not replace existing value if any' so it fires after any modification. This will also remove beginning spaces.

  • Author

Thanks a million LaRetta this works much better than what i came up with.

only problem I dont know scripting syntax to combine two functions in same calculation. Just stacking up

Trim(Self)

Substitute (Self; "¶"; "")

FMP wants an operator.

How do i combine both of these functions in a calculation

thanks so much

JW

How do i combine both of these functions in a calculation

By nesting, e.g.=

Substitute ( Trim ( Self ) ; ¶ ; "" )

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.