Forum Post: RE: undo, retry

Status
Not open for further replies.
T

TheMadDBA

Guest
Most likely because there is nothing seen as an action to retake and to prevent an infinite loop.... If you are going to use undo,retry.. always have something that checks the retry DEFINE VAR a AS Int. teste: DO ON ERROR undo, RETRY: if RETRY then MESSAGE "oi" VIEW-AS ALERT-BOX. assign a = random (0, 100). Undo, Retry teste. END.

Continue reading...
 
Status
Not open for further replies.
Top