Performs a script each time you close a window of a database file.
Before a window is closed or before the OnLastWindowClose script trigger (if it is selected in the Script Triggers tab) is activated.
OnWindowClose activates after FileMaker Pro exits a mode.
You can use the Exit Script script step within the triggered script to return True or False.
•True: The event that triggered the script proceeds.
•False: The event that triggered the script is canceled.
Product | Supported |
---|---|
FileMaker Pro | Yes |
FileMaker Go | Yes |
FileMaker WebDirect | Yes |
FileMaker Server | Yes |
FileMaker Cloud products | Yes |
FileMaker Data API | Yes |
Custom Web Publishing | Yes |
12.0
•The script will run even if the file itself remains open, for example if it is referenced by another file with open windows. The closing script will be performed each time a window of the specified file is closed.
•If the script executed by the OnWindowClose script trigger returns a False value, then the file will not close.