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.

Applying script to all records

Featured Replies

I have a simple script that copies data from one field into another. I'd like to apply this script to all of the records in the database. How can I make the script advance through each record?

If I understand you correctly you want to copy the contents of FieldA to FieldB in each record within your database?

Allow User Abort (Off)

Go To Record/Request/First

Loop

If(IsEmpty(FieldB))

Set Field(FieldB;FieldA)

EndIF

Go To Record/Request/Next; Exit after Last

End Loop

A few comments/Cautions:

The If statement is there only if there may already be data in FieldB in some records that you do not want to change.

If the database is large it will run for several minutes.

MAKE A BACKUP of your files before running this script!

If this is not what you need let us know.

hth

I would remmend against using a Abort Scrft Step.

Lee

  • Author

Thanks for the help. That did exactly what I needed it to. Now I know how to use the Go to Record/Request/Page command.

The Replace script step will also work. The conditional can be specified in the calculation.

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.