SelectRadioButton
You use the SelectRadioButton keyword to select a radio button.
Signature
The SelectRadioButton keyword supports the following signatures:
SelectRadioButton(AppletRN|FieldRN ,Value OR Variable)
SelectRadioButton(NULL|FieldRN ,Value)
SelectRadioButton(AppletRN|FieldRN ,Variable)
Note: Value must not be the UI name. Use the DOM attribute as the name
Value.
Desktop Examples
The following table describes how to use the SelectRadioButton keyword to select a radio button in desktop applications.
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
Sort Order Popup Applet (SWE)|rdbDesc1 |
Ascending |
N/A |
Selects a specified radio button. |
NULL|SWE Export Applet.rdbRowsToExport |
All Rows In Current Query |
N/A |
Selects a specified radio button. |
Sort Order Popup Applet (SWE)|rdbDesc1 |
@Variable |
N/A |
Selects a variable value radio button. |
Mobile Examples
The SelectRadioButton keyword does not apply to mobile applications.