Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : COLUMN-READ-ONLY attribute
 

COLUMN-READ-ONLY attribute

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.