hi
i like to work with the tableview, i am using it to fill with data and then transfer what i need to a clv.
i am not viewing the table on my app, only filling it with data and using it like a LISTVIEW (VB listview item with some subitems)
now my problem is that, when i want to sort the tableview.
i have a col with dates in it like (1/1/2013,...)
and if i sort the tableview it sort it not correctly, like this:
i have 5 dates:
1/1/2013
5/1/2013
11/1/2013
15/1/2013
2/1/2013
after tabel1.quicksort
i get:
1/1/2013
11/1/2013
15/1/2013
2/1/2013
5/1/2013
how can i sort correctly?? please help me !!
thanks
i like to work with the tableview, i am using it to fill with data and then transfer what i need to a clv.
i am not viewing the table on my app, only filling it with data and using it like a LISTVIEW (VB listview item with some subitems)
now my problem is that, when i want to sort the tableview.
i have a col with dates in it like (1/1/2013,...)
and if i sort the tableview it sort it not correctly, like this:
i have 5 dates:
1/1/2013
5/1/2013
11/1/2013
15/1/2013
2/1/2013
after tabel1.quicksort
i get:
1/1/2013
11/1/2013
15/1/2013
2/1/2013
5/1/2013
how can i sort correctly?? please help me !!
thanks