Jump to content
Server Maintenance This Week. ×

Navigating between files


Diane

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

Recommended Posts

  • Newbies

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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