Paul Grogan Posted June 1, 2004 Posted June 1, 2004 I am trying in FMP7 to turn a set of global fields into buttons. I want to set the active field in each case to be the button field being clicked so that I can retrieve its contents for layout navigation purposes. Is this possible?
Paul Grogan Posted June 4, 2004 Author Posted June 4, 2004 After a bit of experimentation I found the following solution Example: to use the contents of a field or a related field in a layout to navigate to a new layout Convert the field to a button Set the Button to run a script containing "Got to layout() Specify "Layout Name by calculation" Include Get(ScriptParameter) and any other required text in the calculation Set the Field Name (and table/relationship) as the Optional Script Parameter It works a treat Paul Grogan
Recommended Posts
This topic is 7480 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