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

Hide column dynamically in Table Control Wizard-Module Pool

Former Member
0 Likes
515

Hi Experts,

I have a requirement where in I want to hide few columns of my Table Control Wizard of Module Pool depending on input provided by User.

I know this query has been answered earlier. I did use one earlier, where I used something in PBO event as follows.

Loop on table control and check Column Index and set Invisible for required column. But now I am unable to find it in forum and implement it.

This time, I tried Loop at Screen, check Screen-name, set Screen-invisible. This made fields on screen blank, but were displayed and are not invisible.

Please help me. I am completely confused on how to implement it this time.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
392

Solved

1 REPLY 1
Read only

Former Member
0 Likes
393

Solved