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

I have a FM Pro 4 script that loops to tests the value of a field and omit the record if true. The problem is when there are two or more consecutive records that meet the test criteria. In this case, only every other record is omitted because the record is omitted and when the script reaches the goto next record step, it is going-to from the record AFTER the omitted record, not from after the record that was omitted.

So far, I've "solved" the problem by sorting by the test field and creating a loop that counts the desired records. I then loop again until I reach the desired field, and perform a multiple omit. But this involves user interaction to enter the value of the counter in the omit multiple dialog box.

What......?

------------------

Sad, sad day for America.

Try placing the Go to Record [ Next ] within the same If statement that checks to see if the record needs to be omitted.

Loop

  • Author

Thank you for your prompt reply.

I've tried your solution, but it sends the script into an infinite loop.

[This message has been edited by wowmom (edited December 14, 2000).]

quote:

Originally posted by Chuck:

Try placing the Go to Record [ Next ] within the same If statement that checks to see if the record needs to be omitted.

Try this instead, basically you want to either Omit the record or move onto the next record.

Loop

  • Author

This works perfectly. Thank you.

I can't wait to be good at this.

------------------

Sad, sad day for America.

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.