Closing files troubleshooting
Can’t close all files (they keep reopening themselves)
 •
 •
 •
In each file, use the Layout pop-up menu to switch to a layout without related fields, then close each file.
 •
In each file, create a script that closes each file in the file system. Then, in the Script Triggers tab of the File Options dialog box, set that script to run when the file is closed (using the OnLastWindowClose script trigger). For more information, see Setting file options. An example script in a Products.fmp12 file might be:
Close [Invoices.fmp12]
Close [Customers.fmp12]
Close [LineItems.fmp12]