gowrann Posted March 8, 2001 Posted March 8, 2001 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
danjacoby Posted March 8, 2001 Posted March 8, 2001 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.
gowrann Posted March 8, 2001 Author Posted March 8, 2001 That is exactly the script, however it does not always work. Cheers Neil
Vaughan Posted March 9, 2001 Posted March 9, 2001 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.
gowrann Posted March 9, 2001 Author Posted March 9, 2001 Thanks Vaughan. The scripts are so far 100% reliable.
Recommended Posts
This topic is 8913 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