I have created a working program using Builder 4.0 that manipulates an Access database. In it I have A TTable Component with several indexes. I want to be able to sort the records in reverse order in a DBGrid.
When I set the IndexDefs->Options to ixDecsending and the DescFields property to contain the field to sort inverted, either through the Object inspector or programaticly, I do not get an inverted sort. Can anyone provide an explanation as to what I'm missing and how to do this correctly?
When I set the IndexDefs->Options to ixDecsending and the DescFields property to contain the field to sort inverted, either through the Object inspector or programaticly, I do not get an inverted sort. Can anyone provide an explanation as to what I'm missing and how to do this correctly?