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.

What am I doing wrong?

Featured Replies

I've done a script which is supposed to exclude some of my records but it doesn't work properly, what am I doing wrong?

(I'm using a swedish version so I don't know if I translate the steps correctly)

Go to layout (year)

Sort records (no dialog)

Go to record (first)

Loop

If (Year::user "overwritten =" global::user)

hide record

End if

Go to next record (exit after last)

End Loop

Go to layout (month)

Sort records (no dialog)

Go to record (first)

Loop

If (month::user "overwritten =" global::user)

hide record

End if

Go to next record (exit after last)

End Loop

The relation to the table "global" is an "open one", everything gets through.

When I perform this script, only some of the records with not matching user gets hidden. I have to perform it 3 times to get all the records hidden. Since I start at the first record and goes to the last I don't understand why all the not matching records gets hidden the first time

I assume the "hide record" step is the equivilent of "Omit Record" in English FMP versions.

If a record is omitted the next record automatically becomes selected, there is no need to issue a Go To Next Record step.


Loop

  If (Year::user "overwritten =" global::user)

    hide record

  Else

    Go to next record (exit after last)

  End if

End Loop

  • Author

Thanks!!

When somebody else explains it seems so simple.

Now it works splendid smile.gif

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.