Subject ib_query to follow row after append/insert
Author jeffplata
(Using IBO 4.5b)

I am using ib_query to edit a table. It has an active orderinglinks. I
use ib_query.append to insert new records.
ib_query.append;
<set field values>
ib_query.ib_transaction.refresh(true);
After this, the current row selected is the last row (in the grid
[maybe logical, because I did an Append]). Which component/property do
I have to set so that the current row pointer(?) follows the newly
appended record?

TIA