PRB: Class Browser: Removing a Parent Class Causes Error
Article ID: 137440
Article Last Modified on 12/13/1999
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q137440
SYMPTOMS
Dragging a class from the Class Browser to the Visual FoxPro screen
produces a "Syntax Error" or "Variable Not Found" error message, and then
the Microsoft Visual FoxPro title disappears from the window.
CAUSE
When a class is dragged to the screen, an instance of the class is created.
The code in the Init, Load, and Activate events is processed. Errors caused
by the code are returned by the Class Browser.
RESOLUTION
To restore the settings of the main Visual FoxPro window, type the
following in the Command window:
STATUS
This behavior is by design.
Additional query words: 3.00 VFoxWin
Keywords: KB137440