Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem in Dialog Programming

Former Member
0 Likes
657

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
628

All the radiobuttons should be grouped to one, select all of them and group them

5 REPLIES 5
Read only

Former Member
0 Likes
628

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

Read only

Former Member
0 Likes
628

Hai,

Group all the buttons, you will get a single selection.

Read only

Former Member
0 Likes
629

All the radiobuttons should be grouped to one, select all of them and group them

Read only

0 Likes
628

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

Read only

Former Member
0 Likes
628

hi

Group the radiobuttons, then only one radiobutton can take default value.

Reward points if helpful.

Regards

Swathi