Subject Re: [IBO] TIB_Query.RefreshKeys ignores updates
Author vicser
>
> I have noted on latest version of IBO, I don't remember oldest versions,
> that I needed to call invalidatesql and next a refresh to do a refresh works
> properly.
> I had some problems with refresh and I solve this way. I would have to do
> some tests to try reproduce the problem again.
>
> Luiz.
>

Luiz, thank you.

TIB_Query.InvaludateSQL;
TIB_Query.Refresh;

or

TIB_Query.InvaludateSQL;
TIB_Query.RefreshKeys;

the only combinations, that works right.

Regards, vicser.
mailto: vicser@...