PRB: GRID.COLUMN() Gives "Property COLUMN is not Found" Error (130354)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
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.
Modification Type: | Major | Last Reviewed: | 2/11/2000 |
---|
Keywords: | kbcode KB130354 |
---|
|