Class: | _DBC |
Type | Boolean |
Direction | Input |
Value | Description |
.T. | Catch mode |
.F. | Error mode |
.NULL. | Ignore mode |
LPARAMETERS llCatch * llCatch - Mode cathing (.T. - catch, .F. - nocatch, .NULL. - nocatch,???? ) LOCAL luCatch luCatch=This.Catch This.Catch=llCatch IF llCatch && If catching * the reset error and message number This.nErr=0 This.cErrMSG="" ENDIF RETURN luCatch && Return old catch flag