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.

enter a character into a field of found records

Featured Replies

How can I enter a Y or check a checkbox in a field of all found records?

Hi Shady

go to a layout that contains the field that you wish to change. Put the cursor into the field and pull down the records menu.

There you will find a replace option. Use this to replace the contents of the field with a calculation of "Y"

This will apply this calc to all the records in the found set.

HTH

Phil

As Inky Phil states, you can do this using the Menu >> Records >> Replace Field Contents (there is a script step that will do this too.

Or,

You can add a little flexibility to it by using a script such as this:

You can automate this using a script on a found set.

Go to Layout [ original layout ]

Go to Record/Request/Page [ First ]

Loop

   If [ Mark = "" ]

       Set Field [ Mark; "Y" ]

  Else

      Set Field [ Mark; "" ]

  End If

Go to Record/Request/Page [ Next; Exit after last ]

End Loop

This script will put a Y in your field if it is empty and remove it is already exist.

Lee

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.