PRB: Setting the ReadOnly Property of a Control Does Not Work
Article ID: 130225
Article Last Modified on 2/10/2000
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q130225
SYMPTOMS
Setting the READONLY property of a control in a Grid does not have any
effect at runtime. It is possible to edit the data in the Grid.
CAUSE
The READONLY attribute is controlled by the READONLY property of the Column
object, which takes precedence over the READONLY property of the controls
contained in a column.
WORKAROUND
Set the READONLY property of a column to .T. if you want users to view the
data without editing it.
STATUS
This behavior is by design.
Additional query words: VFoxWin
Keywords: KB130225