Error() > Instance variables |
Indicates if an erroneous result can be substituted.
Data type: | L | Default: | .F. |
If :canSubstitute contains .T. (true), the result of an erroneous operation can be substituted. The result of the failed operation is replaced with the return value of the current error code block set with ErrorBlock()
Note: the value of :canSubstitute is never .T. (true) if either :canDefault or :canRetry is .T. (true).
http://www.xHarbour.com