QUE CORPORATION - Using Filemaker pro X

 <  Day Day Up  >  

Get(ErrorCaptureState)

Category: Get

Syntax: Get ( ErrorCaptureState )

Parameters: none

Description: Returns 1 if Set Error Capture has been set to On, and if Set Error Capture was either not set or set to Off.

Examples:

In the following script:

Set Error Capture [Off] Show Custom Dialog [ Get (ErrorCaptureState) ]

the custom dialog displays .

In the following script:

Set Error Capture [On] Show Custom Dialog [ Get (ErrorCaptureState) ]

the custom dialog displays 1 .

Comments:

It is not possible to tell with the Get (ErrorCaptureState) function whether Error Capture was explicitly turned off or simply not set.

 <  Day Day Up  >  

Категории