Subject Re: [IBO] Incremental searching on descending OrderingItems does not work
Author Jörg Schiemann
I want that the grid start with descending ordering.

Is it possible to start the grid with ascending ordering and
then simulate the mouseclick on the columnlabel?

Or is there another way?

Regards,
Jörg Schiemann

----- Original Message -----
From: "Jason Wharton" <jwharton@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, February 22, 2001 8:07 PM
Subject: Re: [IBO] Incremental searching on descending OrderingItems does
not work


> It is intended to work this way. The first entry in that item must
actually
> be ascending and the second must be descending.
>
> HTH,
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
> ----- Original Message -----
> From: "Jörg Schiemann" <schimmi@...>
> To: "IBObjects" <IBObjects@yahoogroups.com>
> Sent: Thursday, February 22, 2001 11:59 AM
> Subject: [IBO] Incremental searching on descending OrderingItems does not
> work
>
>
> > Hi,
> >
> > if I use OrderingItems to: OrderNo=OrderNo; OrderNo Desc
> > the incremental searching (TIB_IncSearch) works.
> > But If I change the OrderingItems to: OrderNo=OrderNo Desc; OrderNo
> > the incremental searching does not work anymore.
> >
> > Is it a bug or isn't it intend do work that way?
> >
> > Regards,
> > Jörg Schiemann