‎2010 Aug 20 6:34 AM
Hi Experts,
I am having a prb. with Table control. Having 10 fields to fill in the Table control. But displaying of Fields base on 2 Radio Buttons what i provided.
Here is my requirement - When i press first radio button, 3 fields in the Table control should be hidden & when i press 2nd Radio Button, Hidden fields should be populated again. So, Hiding the fields depends on the Radio Buttons.
I delcare a Group for the fields in the Table control. I written the Hidden Logic in PAI event. But, this is not happening. Here is my code - loop at screen.
if screen-group1 = 'TBC' and RADIO1 = 'X'.
screen-active = 0.
elseif screen-group1 = 'TBC' and RADIO1 = 'X'.
screen-active = 0.
endif.
modify screen.
endloop.
Please help me to solve. Is any thing is wrong in my written code.
Regards,
Srini
‎2010 Aug 20 6:47 AM
problem solved.
I had to modify at the Table control screen level. not at the Screen level.
Regards,
Srini