Hi!
I have converted a recent app from a table to listview, it works OK apart from the sort .... does listview support sorting by more than 1 column the same as the tablesort? I've included it, and it does not object but neither does it sort by the second expression.
This is the line:-
lv.TableSort("Hits DESC,Info ASC")
I've also noticed that if sorting with 1 expression and a lot of values in the column to be sorted are the same the sort isn't consistant each sort give a different list even if the values don't change..any thoughts?
Thnaks Dave Lewis.
|