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

How can I set a global value rather a repetition number in a Set Field script?

For example:

Set Field["File2::Field1"-global value,"expression"] (this syntax is not valid)

rather

Set Field["File2::Field1"-3,"expression"]

Why are you using repeating fields?

Although there are valid reasons for using repeating fields, they are generally only within developer fields, such as global container fields to control interface elements.

Having said that, there's no direct way to set a particular variable repetition. This can, however, be done with a script.

Place the repeating field on a new layout by itself. Make sure that the repetitions for the field are visible on the layout.

Next, create a global number field called gCounter. Use this script to fill in the repetition specified in a global field called gRepFill with a value in the field RepetitionFill.

Set Field [ gCounter, 1 ]

Go to Layout [ RepeatingField ]

Loop

  • Author

The "Go to Next Field" command can go from one repetition to another in the same field?

Go to Next Field will take the cursor to the next field that would be entered by hitting the tab key. If the next field to be entered is the next repetition, then it will take the cursor to that.

Quoting from the online help:

Moves to the next field of the current layout. If no field is selected when this script step is performed, it moves to the first field of the current layout. FileMaker Pro uses the tab order to determine the next field on a layout.

Chuck

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.