L
Larry
I am creating an object array with results from a
recordset containing my data. Then, I use this object
array to populate a listview control on a form. I want
the user to be able to click on the column header of the
listview control to sort the result set by any column he
wants.
I know how to do this part but how do I re-sort my object
array to be coordinated with the new order of the listview
items? Any suggestions?
Thanks,
Larry
recordset containing my data. Then, I use this object
array to populate a listview control on a form. I want
the user to be able to click on the column header of the
listview control to sort the result set by any column he
wants.
I know how to do this part but how do I re-sort my object
array to be coordinated with the new order of the listview
items? Any suggestions?
Thanks,
Larry