Error() > Instance variables xHarbour Developers Network  

oError:canRetry

Indicates if a retry operation is possible.

Info

Data type:LDefault:.F.

Description

If :canDefault contains .T. (true), a retry operation is possible. The failed operation is retried, when the current error code block set with ErrorBlock() returns .T. (true). Each time the failed operation is retried and fails again, the value of :tries is incremented by one.

Note:  the value of :canRetry is never .T. (true) when :canSubstitute is .T. (true), i.e. if :canSubstitute contains .T. (true), :canRetry contains .F. (false).


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe