Subject Re: [IBO] RefreshAction and record positioning
Author Andreas Pohl
> I have simple table of cities. User can add a citi via .Insert and then
> .Post methods. User has a list of cities (grid) and several TIB_Edit
> components for editing/searching. I wonder what is proper setting of
> RefreshAction property or maybe other properties to get new record to be
> current record after commiting a transaction.


Let IBO assign primary key
(e.g. TIB_Query.GeneratorLinks.Text:='id=gen_myid') and don't change the
primary key in a before insert trigger.

--
Andreas