interface radio_box set

Allows setting up of initial parameters of the radio box

Format:

 
interface radio box set
radio_box_name =
An Existing GI_radio_box
choices =
String
value=
String
execute=
Boolean

Example:

 
interface radio_box set &
radio_box_name =
.gui.rdbox.rdbx &
choice =
"yes" &
execute =
yes

Description:

 
Parameter
Value Type
Description
radio_box_name
An Existing GI_radio Box
Specifies the name for an existing radio box to be displayed
choices
String
Specifies the choice for the commands to be executed
value
String
Specifies the choice for the commands to be executed
execute
Boolean
Specifies the default parameter for the execution of the command

Extended Definition:

1. The command associated with the radio box is specified while creating it. The execution of the same can be made ON or OFF depending on the BOOLEAN parameter ‘yes’ or ‘no’ for the parameter ‘execute’. Moreover, the selective execution of a command from multiple commands can be done by specifying the ‘choice’

Tips:

The parameters ‘choice’ and ‘value’ mutually exclusive