From: mscir on
Milo wrote:

> I am trying to sort my flexgrid.......here is my code:
> flxHistory.Sort = flexSortGenericDescending
>
> I have in column 0 a date (dd/mm/yyyy) and column 1 a time (hh:mm:ss)
>
> I want to sort latest at top but it isnt working!!! It is sorting by
> date fine, the time column not so well though. It sorts by hour fine
> but the minutes are all over the place! Look here to get a better view:
>
> http://www.freenetpages.co.uk/hp/milo/flex.jpg

flxHistory.Sort = flexSortStringAscending
flxHistory.Sort = flexSortStringDescending

Mike