Article ID: 130414
Article Last Modified on 2/11/2000
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q130414
SYMPTOMS
Changing the ColumnCount property of a grid class, subclassed onto a form,
to a value less than the one already set for the grid class when it was
created results in this error:
Member COLUMN<n> is a class member.
CAUSE
You cannot delete members from an instantiated object that are members of
the base class.
STATUS
This behavior is by design.
Additional query words: VFoxWin
Keywords: kberrmsg KB130414