Try OpenEdge Now
ABL Reference
Handle Attributes and Methods Reference
:
ENABLE( ) method
ENABLE( ) method
Enables the specified radio button within the radio set.
Return type:
LOGICAL
Applies to:
RADIO-SET widget
Syntax
ENABLE (
label
)
label
A character-string expression that specifies the label of a radio button.
If the operation is successful, the method returns TRUE.