Subject | RE: [IBO] help, ib_grid with ib_query |
---|---|
Author | Alan McDonald |
Post date | 2005-07-08T08:43:53Z |
> i am using ib_grid with ib_query, after insert one row cursor still atset keylinks to PK field
> the position but after ib_query.refresh position change to random, how
> to handle the position? (query ex: select * from customer order by
> custno).
>
> thanks for reply and help.
set genlinks to generator name
set query RefreshAction to raKeepDataPos
should work
Alan