Subject Re: [IBO] IBO4
Author Jason Wharton
And yes of course you have to have the OrderingItems property setup so that
the first entry is:

ProdName=PROD_NAME;PROD_NAME DESC

Or something of the equivalent.

HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: <hans@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, September 20, 2001 12:05 PM
Subject: [IBO] IBO4


> Hello
>
> Just verifying
>
> In IBO4 if I have a table say:
>
> PRODUCTS:
> UNIQUENUM INTEGER NOT NULL
> PRODNAME VARCHAR(20) NOT NULL
>
> PRIMARY KEY (UNIQUENUM)
>
> With
>
> CREATE ASC INDEX PRODNAME_ASC ON PRODUCTS (PROD_NAME)
> CREATE DESC INDEX PRODNAME_DESC ON PRODUCTS (PROD_NAME)
>
> An Incremental Lookup on PROD_NAME should 'fly' if I set
> the TIBOQUERY Orderlink to PROD_NAME=ITEM=1;POS=0 ?
>
> and trying to find out the meaning of ITEM
>
> Best Regards
> Hans