Re: Flexgrid Sort
From: Milo (Milo_at_[remove-me)
Date: 02/18/05
- Next message: Paul Clement: "Re: msjet40, XP, and BLOBs"
- Previous message: MikeD: "Re: End VB program with Sub Main"
- In reply to: Charles Krug: "Re: Flexgrid Sort"
- Next in thread: mscir: "Re: Flexgrid Sort"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 18 Feb 2005 14:37:35 +0000
I have the data in a msaccess database and am inporting it via ado
Many Regards,
Milo
Charles Krug wrote:
> On Fri, 18 Feb 2005 11:10:18 +0000, Milo <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
>>
>
>
> What's the source of your data? If you're getting records from a
> database, you can use an Order By clause, and simply insert the records
> in the order they appear..
>
> If memory serves, a flexgrid uses lexical ordering, which might not work
> as you expect for nonstring values.
>
- Next message: Paul Clement: "Re: msjet40, XP, and BLOBs"
- Previous message: MikeD: "Re: End VB program with Sub Main"
- In reply to: Charles Krug: "Re: Flexgrid Sort"
- Next in thread: mscir: "Re: Flexgrid Sort"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|