Prev: Compile Error: Object Library invalid or contains references to object definitions that could not be found.
Next: How to scroll mouse wheel in flexgrid using VB6.0
From: mscir on 19 Feb 2005 00:17 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 |