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

How To Modify Table Control

Former Member
0 Likes
502

hi friends,

i want to modify the table control means i want to add fields into table control vizard .

i have created one program and in that i used table control vizard now i want to add more field into table that control how i can do this.

thanks in advance.

regards,

bhaskar

3 REPLIES 3
Read only

Former Member
0 Likes
462

Hi

see this

syntax:

CONTROLS

Regards

Anji

Read only

Former Member
0 Likes
462

Hi Bhaskar,

You have assigned a Work Area and the internal table to that table control.Just add the field to the work area and the internal table it will be reflected there.

Read only

Former Member
0 Likes
462

hi,

it would be better to recreate your table control. delete your table control, add the desired fields to your work area and internal table .create the table control again using the wizard ,your work area and internal table.