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

Prb. with Table control - Hiding fields

Former Member
0 Likes
337

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

1 REPLY 1
Read only

Former Member
0 Likes
302

problem solved.

I had to modify at the Table control screen level. not at the Screen level.

Regards,

Srini