Jump to content
Server Maintenance This Week. ×

Layout list


john9210

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

Recommended Posts

Yes I do, but the DDR only gives a Layout Hierarchy without the associated tables. I know I can use a database function to create a list of layouts, but I can'f find a function that would list the associated tables. I was hoping there would be a way.

Link to comment
Share on other sites

You could loop through your layouts with a script and build your list using

Get ( LayoutName )

and

ExecuteSQL ( "SELECT DISTINCT BaseTableName FROM FileMaker_Tables WHERE TableName='" & Get ( LayoutTableName ) & "'" ; "" ; ""  )

Credit:

 

Link to comment
Share on other sites

This topic is 2055 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.