I have a grid with 9 columns, data is bound to grid and control source is set to field in cursor. If a certain condition exists, I want to add a column to the grid, show that column as the second column and show all other columns. When I do this, the columns show properly but the data displays in original position in grid but not in the correct column. As an example, if column2 was a code,column 3 originally had the date and column 4 had a description, the date shows in the code column and the description in the date - this is in the cursor field order. Is there a way around this?
I tried setting bound to .F. on all but didn't work.
I tried setting bound to .F. on all but didn't work.