Subject | Re: [IBO] RefreshAction and record positioning |
---|---|
Author | Andreas Pohl |
Post date | 2008-09-24T06:57:08Z |
> I have simple table of cities. User can add a citi via .Insert and thenLet IBO assign primary key
> .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.
(e.g. TIB_Query.GeneratorLinks.Text:='id=gen_myid') and don't change the
primary key in a before insert trigger.
--
Andreas