‎2007 Jun 27 7:39 AM
‎2007 Jun 27 7:45 AM
Hi Ray,
You can type the following code in the selection-screen definition.
PARAMETERS: R1 RADIOBUTTON GROUP RAD1,
R2 RADIOBUTTON GROUP RAD1 DEFAULT 'X',
R3 RADIOBUTTON GROUP RAD1.
The above code will help you generate three radio buttons, of which R2 would be selected by Default.
<b>Reward points, if useful.</b>
Regards,
Atin
‎2007 Jun 27 7:45 AM
Hi Ray,
You can type the following code in the selection-screen definition.
PARAMETERS: R1 RADIOBUTTON GROUP RAD1,
R2 RADIOBUTTON GROUP RAD1 DEFAULT 'X',
R3 RADIOBUTTON GROUP RAD1.
The above code will help you generate three radio buttons, of which R2 would be selected by Default.
<b>Reward points, if useful.</b>
Regards,
Atin