Jump to content

Scripts to open other fm files


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

Recommended Posts

I have a Master menu FM file with buttons to link to other fm files. The script opens the 2nd fm file and closes the menu and has the same procedure to go back to the menu file.

However the script doesnt always work and open the other file.

What is the best way of linking a menu fm file to a number of different files and back.

Cheers

Link to comment
Share on other sites

Assuming the script reads:

Open(OtherFile)

Close()

Is it possible that the other file is already open, but hidden? In which case, you must first close the other file, then reopen it.

If the script is more complex, the complexity is probably your problem.

Link to comment
Share on other sites

Forget open and close, just call a script in the file you want to open (as an external script). Then hide the first database, or maximise/zoom the new database window to cover the first.

Link to comment
Share on other sites

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