‎2009 Feb 27 12:52 AM
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.
‎2009 Feb 27 11:18 AM
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