Subject Re: [IBO] Simple Way to Refresh a single Row
Author Lucas Franzen
Carlos,


cgar1136 schrieb:

>>Set RefreshAction to 'keepdataposition'.
>
>

> Great... now... What is RefreshAction ??? a property?? a Method??? of
> wich Class?? how
> should be the line of code to refresh the single row of a
> TIBOQuery ???

The problem ist that RefreshAction is only available for TIB_Query, not
for TIBOQuery.


If you need lines of code:

a) try the InvalidateRowNum method of the IBOQuery
b) set any of the BufferSynchroFlags:
( bsBeforeEdit, bsAfterEdit, bsAfterInsert )
to TRUE.

Luc.