COLUMN-READ-ONLY attribute
- Last Updated: April 19, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Indicates whether you can tab to a browse column but not edit it.
Data type: LOGICAL
Access: Readable/Writable
Applies to: BROWSE widget (column)
For combo-box browse columns, this attribute is read-only and always returns FALSE.
Note:
The COLUMN-READ-ONLY attribute of the browse column corresponds to the
READ-ONLY attribute of the fill-in, while the READ-ONLY attribute of the browse column corresponds to the
SENSITIVE attribute of the fill-in.