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

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

Recommended Posts

Posted

I know this is probably very easy but I am missing something here. What I would like is to have a drop down on my layout that draws its data from a value list. When the user selects one item from the list, a find would immediately occur using the criteria the user chose as the find criteria in Field A.

Can someone assist me in accomplishing this?

Thanks,

Mark

FileMaker Version: 7

Posted

Can't really do that. What you can do is

Enter Find Mode []

Loop

Pause/Resume Script [Duration (seconds): 1]

Exit Loop If [ not isempty(Field A) ]

Perform Find

Posted

Another way to do it, is to have a Value List attached to a Global Field (lets call it gText) And a Button Next to the gText that performs a script.

The value list can be all the values of Field A (from your example).

You also need a relationship (Lets call it Lookup). The relationship is from gText to Field A in the same table.

The User selects a value for gText then clicks the button

the script ;

GotoRelatedRecord(show, Lookup)

GotoLayout (your layout)

this should work

Jerry

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