Thanks for that, but I think I must be missing something.
I have created a form with 2 unjoined tables in the data environment.
I create a grid based on the 'disputes' table .
I add to one of the columns a combo box drawing from the other table - 'reasons'
When I open the form the grid sorts in the order of an autoinc field (not set as an index field - perhaps I should??)
Just clicking on the combo box of any record seems to resort the grid.
I guess you are suggesting that I need to get the grid sorted properly before I do anything else!
If so, how do I do that, please? there will be many reasons in the 'disputes' table but one in the 'reasons' table
Thanks!
Main Topics
Browse All Topics





by: CaptainCyrilPosted on 2009-04-24 at 07:06:05ID: 24225328
The filter is being removed/applied but the grid is not being refreshed until the user clicks on a row.
What needs to be done is oGrid.Refresh or GO TOP to the table when changing the filters or the index's order.