Trying to Do a sort of this Grid from Data Extracted from a Database.
When I run this Routine to Do A header sort the Information Is on the bottom of the Grid
Amy suggestionsVB Code:
With FlexGrid .RowSel = .Row 'forces grid to Sort all rows .Col = 1 .ColSel = 3 .Sort = flexSortGenericAscending End With




Reply With Quote