Application Development 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: 

To add a coulmn to a table controle

Former Member
0 Kudos

Hello everyone,

I want to add 3 new coulmns to a table controle at run time. How can i do it.

Please guid me to do this. If possible Send the code.

Points will be rewarded.

Thanks and Regards.

S Mahanta.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

We can't add colunms at run time.we can do one thing that is add needed columns at design time,make it as visible/invivble as our need at run time.

L.Velu

3 REPLIES 3

Former Member
0 Kudos

Hello,

First you add all the columns in table control.

Depending upon the requirement u can make any number of columns as visible and invisible.

Make Use of LOOP AT SCREEN in PBO event.

Cheers,

Vasanth

Former Member
0 Kudos

i want to ad anew field at run time to thje table control.

Former Member
0 Kudos

Hi,

We can't add colunms at run time.we can do one thing that is add needed columns at design time,make it as visible/invivble as our need at run time.

L.Velu