Script Steps Reference

Table Of Contents
Miscellaneous script steps
F
ILEMAKER PRO SCRIPT STEPS REFERENCE 270
Exit Application
Purpose
Closes all open files and exits the FileMaker Pro application.
Format
Exit Application
Options
None.
Compatibility
Originated in
FileMaker Pro 6.0 or earlier
Description
In FileMaker WebDirect, the Exit Application script step logs out the current web session
and returns you to the FileMaker
WebDirect Database Homepage.
In FileMaker Go, the Exit Application script step closes all open databases and leaves
FileMaker Go running.
Example 1
Prevents the user from opening the database on a weekend. Started by the OnFirstWindowOpen
script trigger.
Allow User Abort [Off]
If [DayName ( Get ( CurrentDate ) ) = "Saturday" or DayName ( Get (
CurrentDate ) ) = "Sunday"]
Exit Application
End If
Where the script step runs Supported
FileMaker Pro Yes
FileMaker Server scheduled script Yes
FileMaker Go Partial
Custom Web Publishing No
FileMaker WebDirect Partial
Runtime solution Yes