Subject UNSUBSCRIBE
Author Mark Irving
----- Original Message -----
From: "Luiz" <cprmlao@...>
To: <ibobjects@yahoogroups.com>
Sent: Friday, August 23, 2002 10:10 AM
Subject: [IBO] IBO 4.2.Hi and Ordering


> With a large dataset, when switching rapidly the ordering clicking on the
> title column of a tib_grid, frequently I get the message 'Column XXX not
> found'.
>
> If after click on title column to IBO execute the ordering, and I click
> another column before IBO have finished your work, this messsage appears.
>
> With small datasets, this is not noted because the ordering is very fast.
>
> In the query below, I get 'Column NOME not found'.
>
> Query:
> SELECT PRONT,NOME FROM CLIENTES
>
> KeyLinks: PRONT
>
> OrderingItems:
> Pront=PRONT;PRONT DESC
> Pac=NOME;NOME DESC
>
> OrderingLinks:
> PRONT=ITEM=1;POS=0
> NOME=ITEM=2;POS=0
>
> Luiz.
>
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>