Newbies Diane Posted June 23, 2000 Newbies Posted June 23, 2000 I would like to have a button which navigates to a layout in an unrelated file. Is this possible? Is there a subscript or series of subscripts that will do the job? Thanks for the help.
Newbies Kermit Posted June 23, 2000 Newbies Posted June 23, 2000 In FMP5 you can perform an external script within another script. This external script could be in your other file that then has the goto layout command in it. I don't know if this feature is in previous versions. ------------------ Matt [email protected]
Keith M. Davie Posted June 23, 2000 Posted June 23, 2000 Diane, try this: Under "Script" (I'm working in FMPro 4.0v3) EnterBrowseMode[] Perform Script [External] (and you designate the FMP db you desire.) In that (external) database write a script which starts: EnterBrowseMode[] or EnterFindMode[] (depending on the task you desire to perform) then GoToLayout [] (and designate the layout you desire) Then instruct other actions on a particular record or a group of records. Then create the button to operate the script from the db from which you desire to navigate Hope you find this useful Peace Keith M. Davie
Recommended Posts
This topic is 8975 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