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

Problems with table control

Former Member
0 Likes
270

Hi, i have a table control and i need to insert 3 more columns. After inserting them, when I execute the program the table control shows the columns in diferent order than I especified when editing it. Then I change the number of fixed columns and when testing the program it keeps showing the amount of fixed columns it had before. It doesn't matter whether I put 10 o 0 fixed columns. It always shows 2.

Please help me. Maybe I'm doing something wrong inserting the new columns or I'm skipping a step. Why it doesn't take the fixed rows amount I'm setting?

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
248

hi....

i had same issue but somewhat different.

what i did is like this

1) in the table control if you have some rows existing and we have to insert a few more rows.

2) Look for a button on application tool bar to increment line and then enter the values in the line( ie enter the line item.

3) After you have entered the vakues then again increment the line and then fill the values.

this will definately solve your issue.

regrads