PRB: GRID.COLUMN() Gives "Property COLUMN is not Found" Error
Article ID: 130354
Article Last Modified on 2/11/2000
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q130354
SYMPTOMS
When you issue a command similar to the following to change the property of
Grid Column(s), you receive an "Property COLUMN is not found." error
message.
ThisForm.Grid1.Column(<n>).<Property>[=Setting]
CAUSE
The Grid property is spelled Columns, not Column.
RESOLUTION
To access the properties of a particular column in a grid, use the Columns
property of the grid as in this example"
ThisForm.Grid1.Columns(<n>).<Property>[=Setting]
STATUS
This behavior is by design.
Additional query words: VFoxWin ThisFormSet
Keywords: kbcode KB130354