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: 

Modify radibuttons

Former Member
0 Kudos

Hi

I have radiobuttons which are all in same group G1, When I execute the screen all of them came with 'X' , if I wanted to clear them on screen PBO with for ex. R2 = ' ', it couldnt handle it all of them continued to display with 'X' . How can fix this issue.

Thanks

Edited by: carlos eduardo on Jan 31, 2008 10:25 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

give as many radio buttons as you want

and then select all

and then

edit--> grouping -> radio button

then it will work

regards,

Venkatesh

7 REPLIES 7

gopi_narendra
Active Contributor
0 Kudos

Are you sure that all these radiobuttons are in the same group?

Please check them and make sure you define a group to the radio buttons

Regards

Gopi

Former Member
0 Kudos

Hi,

there may be a grouping available for the radio buttons,

i am not sure...

but for step loops there is a grouping...

so i think same option may be available for radio buttons

regards,

venkatesh

Former Member
0 Kudos

Hi,

give as many radio buttons as you want

and then select all

and then

edit--> grouping -> radio button

then it will work

regards,

Venkatesh

raymond_giuseppi
Active Contributor
0 Kudos

As soon as two radiobuttons of the same group have the value 'X', the program should DUMP...

Are you sure all buttons belong to same group, how did you define the group, selection-screen or screen painter ?

Regards

Former Member
0 Kudos

Carlos,

If both are same group system never allow to check both radio buttons.Can you paste you code

(RADIO BUTTONS) here.

Former Member
0 Kudos

Group the radio buttons and activate...

Just check if your program includes and screen are activated...

Lokesh

Edited by: Lokesh Aggarwal on Jan 31, 2008 10:07 AM

former_member5472
Active Contributor
0 Kudos

hi,

i think you missed out to group the fields.

go to screen painter and drag a box using mouse onto the fields. click

edir>grouping>define . save and execute to see the changes

please reward points if helpful