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

Grouping Radiobuttons

Former Member
0 Likes
1,326

Hi,

I am creating 7 radiobuttons on a custom dialog programming screen.

The user can select only one radiobutton.

How do I group them into one group so that only one radiobutton can be selected?

Thanks,

Ashok.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,255

Hi Ashok,

YOu can Select them all using control button and define a radio-button group for all of them at a time in the layout.

Select all the radio-buttons using Control button and MOuse.

Right click the group and say Readio-Button Group->Define.

REgards,

Ravi

Hi,

I am creating 7 radiobuttons on a custom dialog programming screen.

The user can select only one radiobutton.

How do I group them into one group so that only one radiobutton can be selected?

Thanks,

Ashok.

8 REPLIES 8
Read only

Former Member
0 Likes
1,256

Hi Ashok,

YOu can Select them all using control button and define a radio-button group for all of them at a time in the layout.

Select all the radio-buttons using Control button and MOuse.

Right click the group and say Readio-Button Group->Define.

REgards,

Ravi

Read only

0 Likes
1,255

Hey,

When you double click on the radio button then we get a property window ...there you get something called group.

Make sure for all the 7, you have that group name same.

This would work

Regards,

Suruchi

Read only

0 Likes
1,255

Thank you very much.

Read only

0 Likes
1,255

Thank you.

Read only

Former Member
0 Likes
1,255

Hi Ashok,

For dialog programming, you select all radio buttons and define radio button group in SE51.

For report, you need to specify <b>group <group name></b>.


parameters: p_rd1 radiobutton group g_rd,
            p_rd2 radiobutton group g_rd,
            p_rd3 radiobutton group g_rd ,
            p_rd4 radiobutton group g_rd,
            p_rd5 radiobutton group g_rd,
            p_rd6 radiobutton group g_rd,
            p_rd7 radiobutton group g_rd.

Hope this will help.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
1,255

Ashok,

In the screen painter (Se51), select all the radio buttons, then right click on the selection, select "Radio button group--> Define" in the context menu.

Regards,

Nagaraju Chidurupalli.

Read only

Former Member
0 Likes
1,255

Hi,

ashok using menu select all and use Radio button group option from menu.

Regards

vijay

regards

vijay

Read only

Former Member
0 Likes
1,255

Hi

in SE51 goto the layout there u can group the radiobutton .just select all the radio buttons and goto edit->grouping->radiobutton group->define.this is how u do the grouping.

Thanks

Vikranth.K