View Single Post
  #8 (permalink)  
Old 10-17-2007, 02:12 AM
davelew1s davelew1s is offline
Junior Member
 
Join Date: Apr 2007
Location: Cornwall UK
Posts: 22
Send a message via Skype™ to davelew1s
Default

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.
Reply With Quote