BUG: Cannot Escape Out of ON ERROR RoutineLast reviewed: May 6, 1997Article ID: Q129440 |
The information in this article applies to:
SYMPTOMSAn ON ERROR routine with a RETRY is in an infinite loop. Pressing the ESC key does not cancel execution of the RETRY.
CAUSEThe ON ERROR does not call a procedure. It is set as ON ERROR RETRY. When the RETRY is executed, the error that prompted the ON ERROR has not been corrected.
WORKAROUNDYou can add a special case to the ON ERROR routine to handle cases where an infinite loop might occur. If SET ESCAPE is ON, you can press the ESC key when the procedure is executing, and execution will be canceled.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. |
Keywords : buglist3.00 buglist3.00b buglist5.00 FxprgGeneral vfpbug5.0a kbbuglist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |