PRB: Cannot Ignore Activate Event When It Contains an ErrorLast reviewed: September 20, 1995Article ID: Q136944 |
The information in this article applies to:
SYMPTOMSWhen a form or an object's Activate event has code that generates a syntax error, it is not possible to click Ignore to skip the offending code without reactivating the Activate event.
CAUSEWhen an error is generated, the Error message window is displayed. When the error window is closed, control returns to the object. When the focus returns to the object, the Activate event fires, and the error appears again.
RESOLUTIONClick Cancel to cancel the execution, and return to the form object.
STATUSThis behavior is by design.
MORE INFORMATIONFoxPro does not control the firing of the Activate event. It is automatically fired by the operating system.
Steps to Reproduce Behavior
|
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |