PRB: Setting the ReadOnly Property of a Control Does Not WorkLast reviewed: April 4, 1996Article ID: Q130225 |
The information in this article applies to:
SYMPTOMSSetting 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.
CAUSEThe 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.
WORKAROUNDSet the READONLY property of a column to .T. if you want users to view the data without editing it.
STATUSThis behavior is by design.
MORE INFORMATIONSteps to Reproduce Behavior
|
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |