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

screen radiobutton pushbutton

0 Likes
473

Hi,

I am having a radiobutton group and a push button on a screen(screen painter). I want to click on pushbutton after selecting 1 among radiobuttons. but what is happenning is when i am selecting a radiobutton the control is leading to USERCOMMAND in PAI. My question is :" is there a way so that i can selecte the radio and then pushbutton for further porceeding in the prog.

Thank you in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
458

Hi,

In Se51, in the layout if you double click the radio button, there there do not write the User command, Just give the Radio button name over there, then it won't trigger the PAI

Regards

Sudheer

3 REPLIES 3
Read only

Former Member
0 Likes
458

In PAI do nothing so that after u select it stays there only. Only when u click pushbutton write code for some action to take place.

Read only

Former Member
0 Likes
458

Ameen,

The code is going to the PAI because you have a value in the FctCode field of the object.

Common solution to do as you ask is to code each of the CHAIN statements that there is no action when OK_CODE is equal to your RB and PB FctCode value(s).

Read only

Former Member
0 Likes
460

Hi,

In Se51, in the layout if you double click the radio button, there there do not write the User command, Just give the Radio button name over there, then it won't trigger the PAI

Regards

Sudheer