‎2006 Aug 03 8:29 AM
Hi ,
I have faced one problem in Screen Developing. In my Screen , i have four radio buttons. But all are selected while run the report. How can i modify as only one radio button will select? Is there any option is there in Design Time? within the box control , i have put my radio buttons.
if anyone konws, how can we set only one radio button appear as select?
Regards,
Neptune.M
‎2006 Aug 03 8:53 AM
All the radiobuttons should be grouped to one, select all of them and group them
‎2006 Aug 03 8:42 AM
Hey,
Go to the Screen Layout Editor.
Select all the four radiobuttons, Right Click, Select Radiobutton Group and then select define.
-Kiran
Please mark useful answers
‎2006 Aug 03 8:47 AM
‎2006 Aug 03 8:53 AM
All the radiobuttons should be grouped to one, select all of them and group them
‎2006 Aug 03 9:19 AM
Hi,
Select all the four radiobuttons, Right Click, Select Radiobutton Group and then select define. I your PAI u code by using 'X'.
CASE OK_CODE.
WHEN 'NEXT'.
IF R1 = 'X'.
CALL SCREEN 100.
ELSEIF R2 = 'X'.
CALL SCREEN 200.
.
.
.
ENDCASE.Regards:-
Santosh
Please mark useful answers
‎2006 Aug 03 12:31 PM
hi
Group the radiobuttons, then only one radiobutton can take default value.
Reward points if helpful.
Regards
Swathi