Subject | RE: [IBO] ib_query to follow row after append/insert |
---|---|
Author | Jason Wharton |
Post date | 2006-03-22T00:48:36Z |
> I am using ib_query to edit a table. It has an activeCheck the RefreshAction property. raDataPos should have it do what you
> 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?
want.
Jason