Jump to content
Server Maintenance This Week. ×

List of layouts for a table


This topic is 6587 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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.

Link to comment
Share on other sites

This topic is 6587 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.