Category: Get
Syntax: Get ( AllowAbortState ) |
Parameters: None
Data type returned: Number
Description:
Returns 1 if Allow User Abort is On; returns 0 if Allow User Abort is Off.
If the setting for User Abort hasn't been explicitly set, a script runs as if Allow User Abort is On. Get (AllowAbortState) returns 1 in such cases.
Examples:
In the following script
Allow User Abort [Off] Show Custom Dialog [Get ( AllowAbortState ) ]
the custom dialog would display 0.
In the following script
Allow User Abort [On] Show Custom Dialog [Get ( AllowAbortState ) ]
the custom dialog would display 1.
: FileMaker Specifications
FileMaker 8 Product Line
Specifications and Storage Limits
Field Types and Import/Export Formats
: Calculation Functions
Working with Calculations Primer
Calculation Signatures
Calculation Functions
: Custom Functions
Custom Functions Primer
Useful Custom Functions
: Script Steps
Scripting Primer
Script Step Reference
: Quick Reference
FileMaker Error Codes
FileMaker Keyboard Shortcuts
FileMaker Network Ports
FileMaker Server Command Line Reference
FileMaker XML Reference
: Other Resources
Where to Go for More Information