Subject Re: [IBO] IB_Query - Refresh
Author Luiz Alves
> Hello,
> I have problem with REFRESH.
> I do:
>
> IB_Query1.Insert;
> ..
> IB_Query1.Post;
> IB_Query1.Refresh;
>
> I need to stay on current inserted row. I have trigger (before insert),
which replace primary key of the table.
>
> Can somebody help me, please.
>
> Petr Potocek


Set RefreshAction property of tib_query to raKeepDataPos.

Luiz.