August 5, 200025 yr Newbies Hi, I've recently been introduced to FMP 4.1 and am having a problem with configuring a "find" layout. I have a group of 100 members who each sit on roughly 65 committees. I decided to cast one field with repeating values for the committees, and ideally would like to choose one of these committees from a value list, hit a find button, and go to a new layout that lists the committee's members. Actually I have managed to accomplish most of this, only I am now unable to display the committee that was searched on in the "Results" layout. Will the repeating field prevent me from displaying the search criteria, or is their a workaround - such as a script - to display the name of the committee over the members? I've fiddled with the Status() functions but no success yet . . . Thanks
August 21, 200025 yr try this... Create a global text field, "searchtext" Perform the find with a script, but one of the script steps does a copy-and-paste into the global field just before the search is performed. The global field will now contain the last search string. Use it on your layouts etc.
Create an account or sign in to comment