Subject | Re: [IBO] Simple Way to Refresh a single Row |
---|---|
Author | Lucas Franzen |
Post date | 2004-08-10T19:49:31Z |
Carlos,
cgar1136 schrieb:
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.
cgar1136 schrieb:
>>Set RefreshAction to 'keepdataposition'.The problem ist that RefreshAction is only available for TIB_Query, not
>
>
> 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 ???
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.