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

Issue for Radio Button to call screen no. Module Pool

ganesh_matkar
Explorer
0 Kudos
660

Hi Experts,

I am trying to call multiple screens on radio button selection but the problem which I am facing is whenever I click radio button text for radio button changes to 'X' and no screen is called, please suggest me what am I missing .

5 REPLIES 5
Read only

former_member196331
Active Contributor
0 Kudos
576

After selecting the Radio button is it going to pai .May i know where it is going.

Read only

0 Kudos
576

Hi,

Yes, it's going to PAI after selecting Radio Button .

Read only

0 Kudos
576

Then you can call    CALL SCREEN 0300.

In Screen 0300 pbo put break point. Whether it is trying to calling the Screen 0300 or not you  can check it.

Else.

Explain me What you were tried.

Read only

0 Kudos
576

yes its calling screen but problem is Text for Radio button changes to 'X'.

Read only

0 Kudos
576

Can you paste the code in PAI?