Application Development 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: 

Radiobutton in screen painter

Former Member
0 Kudos

Hi all,

I am using screen painter to create a screen with different elements. One of them is to create 2 radiobuttons but oly one has to be "checked" when the screen is in output. How do i do that?

thanks!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You need to group the radio buttons, Select all the radio buttons in the same group and goto menu Edit->Groupings->radio button group. This will group the radio buttons.

Hope this helps.

7 REPLIES 7

Former Member
0 Kudos

In attributes of the Radio Button give the GROUP name as SAME VALUE for both the button.By default first will be checked. So we can check only one at a time

Former Member
0 Kudos

Hi,

You need to group the radio buttons, Select all the radio buttons in the same group and goto menu Edit->Groupings->radio button group. This will group the radio buttons.

Hope this helps.

0 Kudos

Thank you guys!!!

anversha_s
Active Contributor
0 Kudos

hi,

one of the radio buton will alwys be checked.

its by default.

rgds

anver

pls mark all hlpful answers

Former Member
0 Kudos

HI,

I think you missed out grouping the radiobuttons.

REGARDS,

SAILAJA.

Former Member
0 Kudos

Hi Mel,

double click on the radio buttons and give the same group name

Select all the radiobuttons , right click and group them

One of them will be selected by default

Former Member
0 Kudos

Hello Mel,

U can refer to the sample report <b>demo_dynpro_check_radio</b>.

When u r creating the screen, include two radiobuttons.

then select all the radibuttons and right click and say define.

If useful reward.

Vasanth