Matrix: Columns appearing in a different order in preview
Hi,
I have a matrix in my user defined form.
It already had the following columns.
A B C D E F
I inserted a new column - X in the following position, and repositioned F as the first column.
This is the new order of the columns appearing in the screen painter:
F A B C X D E
( I deleted F and inserted as the first column, since moving is not possible)
When I click on preview in the screen painter, I do not get my columns in the intended order.
I get the order: A B C D X E F
(Same happens when I launch the form thro' the code)
How can I fix this?
( A B C D E columns are bound to a DB table, but X and F are not bound to any DB DS, they are just bound to user data sources)
I tried using FormSetting. But, since I have a grid in the same user defined form, form setting window is recognizing only the grid's columns, and I cannot see the columns of the matrix in order to rearrange them.
Please let me know if you have any suggestions.
Thanks,
Geetha
Edited by: Geetha Sriram on Dec 4, 2008 9:26 PM