Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Field names on a layout


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

Recommended Posts

Posted

Look for the fieldnames function:

FieldNames ( fileName ; layoutName )

Posted

Thank you BruceR for the reply. Would you please explain a little more? I'm not so bright when it comes to FM. I need a list of all the fields on a specific layout. Thanks again.

Posted

Hey,

Let me explain a bit more:

FieldNames ( fileName ; layoutName )

This calculation lists all the names of the fields on a layout.

Therefore, in the fileName you must specify the name of the file or database you are working on, and the layout name on the layoutName parameter.

You can use other functions as well to produce the fileName and layoutName dynamically:

Get ( FileName )

Get ( LayoutName )

So it would look something like this:

FieldNames ( Get ( FileName ) ; Get ( LayoutName ) )

Make sure the result is text for the calculation

Posted

Be sure to learn how to use the FileMaker help system. This command is documented there, and once you learned of the existence of the command you should be able to use the help system to figure out how to use it.

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