‎2008 Mar 12 2:22 PM
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.
‎2008 Mar 12 2:29 PM
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
‎2008 Mar 12 2:25 PM
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.
‎2008 Mar 12 2:29 PM
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).
‎2008 Mar 12 2:29 PM
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