QUE CORPORATION - Using Filemaker pro X

 <  Day Day Up  >  

Get(AllowAbortState)

Category: Get

Syntax: Get ( AllowAbortState )

Parameters: none

Description: Returns 1 if Allow User Abort is On; returns if Allow User Abort is Off.

Examples:

In the following script:

Allow User Abort [Off] Show Custom Dialog [Get ( AllowAbortState ) ]

the custom dialog would display .

In the following script:

Allow User Abort [On] Show Custom Dialog [Get ( AllowAbortState ) ]

the custom dialog would display 1 .

Comments:

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.

 <  Day Day Up  >  

Категории