Radiobuttons in a single line
Hi,
I have created 3 radiobuttons. I need these 3 radiobuttons to be displayed in a single line of a report program.
Ex: RB1 RB2 RB3
Please help.
Thanks,
Pranil
Tags:
Always Learner replied
try like this
SELECTION-SCREEN begin of line. SELECTION-SCREEN COMMENT 1(15) text-rg1. parameters: rb1 RADIOBUTTON GROUP rg1. SELECTION-SCREEN COMMENT 25(15) text-rg2. PARAMETERS: rb2 RADIOBUTTON GROUP rg1. SELECTION-SCREEN COMMENT 50(15) text-rg2. PARAMETERS: rb3 RADIOBUTTON GROUP rg1. SELECTION-SCREEN end of LINE.
Regards