PRB: Class Browser: "Unable to Display Class Hierarchy" Error
Article ID: 136848
Article Last Modified on 2/15/2000
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q136848
SYMPTOMS
When a Class library is browsed in the Class Browser and a class that has
subclasses is removed, the error "Unable to Display Class Hierarchy" is
displayed when the Class Browser form is refreshed.
CAUSE
A class contains an explicit reference to its parent in a .vcx file. If
the parent class is removed, the derived class cannot find its parent, and
the class hierarchy is incorrect.
RESOLUTION
Remove the child classes first, and then delete the parent class.
STATUS
This behavior is by design.
Additional query words: VFoxWin
Keywords: KB136848