Subject Re: [IBO] TIB_Query: after an insert, how to return to current record?
Author Svein Erling Tysvær
Hugo,

I think you could simply use a bookmark. Assign the value of the bookmark
to a string before your insert, and after your call to POST, just reset the
bookmark to this value.

Set