‎2008 Dec 05 7:01 AM
Hello All,
I'm new to MP programming.
I'm facing a problem in working with radio-button control on my screen. I have done some searching on
net and found that to use radio-button in PAI, i need to assign function code , whereas when i go to properties of radio-button control, i find the function code input disabled. I can assign group and other properties, but not function code.
Can anyone please help me in figuring out where the problem is??? Or is there any other way to work with it.
Thanks.
Ushma.
‎2008 Dec 05 8:07 AM
Hi,
After creating 2 or more radio buttons select all the RADIO BUTTONS, go to EDIT -- GROUPING --RADIO BUTTON GROUP --DEFINE
if you do it first then the FCode will be in editable mode
try this out
Regards
Ramchander Rao.K
Edited by: ramchander krishnamraju on Dec 5, 2008 9:08 AM
‎2008 Dec 05 8:07 AM
Hi,
After creating 2 or more radio buttons select all the RADIO BUTTONS, go to EDIT -- GROUPING --RADIO BUTTON GROUP --DEFINE
if you do it first then the FCode will be in editable mode
try this out
Regards
Ramchander Rao.K
Edited by: ramchander krishnamraju on Dec 5, 2008 9:08 AM
‎2008 Dec 05 8:23 AM
Hello,
Thanks, i did it in the same order you suggested, it has worked.
Thanks