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.

List of layouts for a table

Featured Replies

I'm looking but can't find a way to list just the layouts for a given table in a file. Any help?

Thanks,

r

You would have to loop thru each layout and on each layout you would

If(GetLayoutTableName) = "TblIamlookingfor";Get(LayoutName);"")

Hope this helps.

If you use a global to hold the list of layout names and one to hold the table name you are currently seeking, then

Freeze Window

Go to Layout[1]

Set Field [someTable::globalLayoutNames; ""]

Loop

  If [Get(LayoutTableName) = someTable::globalTableToFind]

    Set Field [globalLayoutNames; someTable::globalLayoutNames & Get(LayoutName) & ¶]

  End If

  Exit Loop If [Get(LayoutNumber) = ValueCount(LayoutIDs(Get(FileName)))]

  Go to Layout [Get(LayoutNumber) + 1]

End Loop

Go to Layout [original layout]

should work for each table name you enter in globalLayoutNames.

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.