Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : LABELS attribute
 

LABELS attribute

Indicates whether a label appears with the widget.
Data type: LOGICAL
Access: Readable/Writeable
Applies to: BROWSE widget, COMBO-BOX widget, EDITOR widget, FILL-IN widget, FRAME widget, TEXT widget
This attribute applies to static frames.
This attribute is writeable for the browse widget only. If the LABELS attribute is set to FALSE for a browse widget, no column headers will appear with the browse.
If the LABELS attribute is FALSE for a combo-box, editor, fill-in, or text widget, no label appears with the widget. If the attribute is FALSE for a frame, the NO-LABELS option is specified in the frame phrase for the frame and no labels are displayed with field-level widgets within the frame.