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

Insert row in a table control

Former Member
0 Likes
590

Hi,

I have a requirement to insert a new row and delete an existing row from a table control.

Please help me how to proceed with this.

Thanks in advance.

Suresh

4 REPLIES 4
Read only

Former Member
0 Likes
513

Hi,

Sorry for wrongly framed question.

The question is

I have a requirement to insert a new <b>column</b> and delete an existing <b>column</b> from a table control.

Thanks,

Suresh

Read only

0 Likes
513

Hi suresh,

goto screen painter and delete the existing column in the table control and insert the new column ..get the field either from the dictionary or from the program as ur requirement.

Regards,

Ajith

Read only

0 Likes
513

Hi,

In change mode of screen painter, Right click on the column(field) you want to delete and say Delete, To add Fields into the Table control(already created), Drag a field and drop inside the table control at whatever position you want. To add a field is nothing but to add a column in table control. Hope this solves your Issue.

Cheers...

Santosh.

Mark All Usefull Answers.

Read only

Former Member
0 Likes
513

Hi

You can do that in the screen painter where you created the table control.

Regards

Haritha.