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: 

Define a radiobutton group in two different boxes of a screen in screen painter?

Former Member
0 Kudos

Hello Gurus,

How can I define a radio button group of supposing 5 radio buttons, of which 3 buttons are in one box & 2 buttons are in another box of a screen in screen painter while designing the screen?

Thanks in advance.

2 REPLIES 2

former_member184578
Active Contributor
0 Kudos

Hi,

You can do a little coding to achieve this. Create 2 radio button groups( 3 in first box, 2 in second group) , In PAI, read the Fcode, if radio button from first group is selected, clear the radio button values in second group and viceversa.

Hope this helps.,

Regards,

Kiran

Former Member
0 Kudos

Hi ramesh,

       For this you have to create 2 radiobutton groups. now Question is HOW?? Ans: first select 3 radiobuttons in the box, then go to EDIT --> Grouping --> radiobutton group --> define. you have to also assign a function code for  radiobuttons (Same function code).  next, you have to apply same thing for 2nd box........

Hope you understand.......

Thanks

Sabyasachi