Use the errorTrapFilter property to enable, or disable, the detection of certain kinds of errors.

Property of

_app object:

Default

0 (Trap all errors)

Description

This property can be set:

Programmatically, by assigning the desired value from a dBL program.

or

Via a setting in the dBASE Plus or application ini file as follows:

 [ErrorHandling]

 ErrorTrapFilter=0

 or

 [ErrorHandling]

 ErrorTrapFilter=1

Currently supported options are:

0

Trap all errors. Provides the same level of error trapping introduced in dBASE Plus 2.5

1

Ignore interpreter memory access violations. Provides the same level of error trapping available in versions of dBASE Plus prior to 2.5.