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.

Search field that contains blank line...

Featured Replies

I was wondering if its possible to do a search some text field that starts with space or has blank line.

Example in a text field users are entering codes by pressing space first or pressing enter key after they enter information.

I need to find and eliminate all those information that contains space or blank line.

We have tons of records and it is impossible going line by line.

Thanks in advance.

  • 2 weeks later...

To find fields which start with a space create a calculation field of type text which has the following formula: left(YourField, 1). Now perform a find on this field with "== " (no quotes).

To find fields which end with a return character then create a similar calculation field using the formula: right(YourField, 1). Now perform a find. Since you can't type "return" without executing the find you should instead copy and paste it from another field.

I hope this helps.

You can use the "Trim" function to remove leading and trailing spaces, but I don't think it will strip carriage returns.

Here's how it might work if you wanted to operate on the entire database:

Show all records

Loop

Set field, MYFIELD, Trim(MYFIELD)

Go to record, next (exit after last)

End Loop

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.