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

radio button in module pool program

Former Member
0 Likes
432

Hi experts,

I have a requirment to create a module pool program where have to put radio button . I am working on ECC 5.0.

My doubt is when i double click on the radio button in screen painter the function code is disabled.

Pls help me with this issue..

Thanks

Ramesh Manoharan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
364

Hi,

Assuming that you will always have a radio button group, rather than a single Radio Button,

1. In the screen painter, place two or more radio buttons on the screens and give them the names.

2. Select the Radio Buttons with your mouse and do a right-click. On the context menu, choose RadioButton Group-->Define.

3. Now just press F7. There will be a pop-up for the element list. Scroll a little to the left and give a function code to one of the radio-buttons. You will see that all the radio buttons which you have grouped together will get the same function code automatically.

Regards,

Omakram.

1 REPLY 1
Read only

Former Member
0 Likes
365

Hi,

Assuming that you will always have a radio button group, rather than a single Radio Button,

1. In the screen painter, place two or more radio buttons on the screens and give them the names.

2. Select the Radio Buttons with your mouse and do a right-click. On the context menu, choose RadioButton Group-->Define.

3. Now just press F7. There will be a pop-up for the element list. Scroll a little to the left and give a function code to one of the radio-buttons. You will see that all the radio buttons which you have grouped together will get the same function code automatically.

Regards,

Omakram.