Hi
We have a small problem with sorting some orders in our system. The orders unique identifer is a string field in the database.
1001
1002
And so on.
But when sorting the rows a (of course) sorted as strings which results in obscure textuel sortings as:
1001
200
90
(textual sort)
Which if course is not what we need. Is there a way to do this correct with LLBL? If not. How is the best way to get them sorted correct when i have a xxxxCollection sorted the wrong way?
Thanks in regards
Anders