Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

Dear FMers,

I developed a solution, with one file being a menu with buttons to open other files (common UI).

When the user closes the FMP application with X (Windows), or

File->Quit (MAC), I want all the files to close automatically, without without related files bugging users to be reopened.

Now, off course I can script an individual file to first close all related files, and then close itself. cool.gif But how do I tell an APPLICATION to close a cetrain file last? confused.gif

The problem is with the menu file. When the whole FMP application is being exited, it sometimes dicides to close the Menu before certain other files, and the "open with password" or "cancel" dialog comes up. You have to Cancel every time for the process to continue. mad.gif

Thanks for any advice!

BB

Posted

Script in Menu:

Close ["FileA"]

Close ["FileB"]

Close ["FileC"]

Close ["FileD"]

Close ["FileE"]

.

.

.

Comment# Once all files are closed, leaving on Menu open, then...

Quit Application

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