Subject RE: [IBO] help, ib_grid with ib_query
Author Alan McDonald
> i am using ib_grid with ib_query, after insert one row cursor still at
> 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 keylinks to PK field
set genlinks to generator name
set query RefreshAction to raKeepDataPos

should work
Alan