MK Posted April 8, 2004 Posted April 8, 2004 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
Ender Posted April 8, 2004 Posted April 8, 2004 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
JerrySalem Posted April 11, 2004 Posted April 11, 2004 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now