Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

  • Newbies
Posted

With FM7, the next question.

If I have 2 tables:

BOOKS with field AuthCode and global field gAuthCode

AUTHORS with field AuthCode

joined one-to-many on AuthCode from AUTHORS to BOOKS.

I have a form with gAuthCode on it. This shows a dropdown menu of the AuthCodes from AUTHORS.

User choses one of the authors form this list.

I now want to make a script finding all the BOOKS from that author. I can do script step PERFORM FIND, but there I cannot give a fieldname gAuthCode as a value, because only plain text is allowed. How can I make a script step to filter only the BOOKS from the author in gAuthCode, after which I eg can print a list of thes books?

Posted

Hey there -

You could do:

Enter Find Mode

Set field [ author; gAuthCode ]

Perform Find

that should do it :

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