R
Richard Krupa
Hi Guys,
Ive tried posting this question to the ActiveX mail list a number of time
and have had no repsonse.
Does the listview control see all numbers as text? when i sort my listview
on a field that has numbers it does not sort them by:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 etc...
it sorts them like:
1 10 11 12 13 14 15 16 17 18 19 2 20 21 22 23 3 4 5 6 7 8 9
how can i get it to sort properly? Ive tried adding the numbers to the
listbox using CLng(1) etc... and using format but it does not seem to make
any difference.
Any help would be appreciated!
Ive tried posting this question to the ActiveX mail list a number of time
and have had no repsonse.
Does the listview control see all numbers as text? when i sort my listview
on a field that has numbers it does not sort them by:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 etc...
it sorts them like:
1 10 11 12 13 14 15 16 17 18 19 2 20 21 22 23 3 4 5 6 7 8 9
how can i get it to sort properly? Ive tried adding the numbers to the
listbox using CLng(1) etc... and using format but it does not seem to make
any difference.
Any help would be appreciated!