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 Open/Close File Options, set that script to run when the file is closed. (For more information, see Setting file options.) An example script in a Products.fp7 file might be:
Close [Invoices.fp7]
Close [Customers.fp7]
Close [LineItems.fp7]