Subject | Re: Simple Way to Refresh a single Row |
---|---|
Author | cgar1136 |
Post date | 2004-08-10T20:15:16Z |
Hi Luc
InvalidateRowNum(Dataset.RecNo) in the AfterPost event i only get an
error: "An error Bindin Cursor"
Any other choice ???, or how must i configure this IBOQuery for a
good performance?
Carlos G
> The problem ist that RefreshAction is only available for TIB_Query,not
> for TIBOQuery.=:-(
> a) try the InvalidateRowNum method of the IBOQueryI'd try all these options without a good result.... when i use
> b) set any of the BufferSynchroFlags:
> ( bsBeforeEdit, bsAfterEdit, bsAfterInsert )
> to TRUE.
InvalidateRowNum(Dataset.RecNo) in the AfterPost event i only get an
error: "An error Bindin Cursor"
Any other choice ???, or how must i configure this IBOQuery for a
good performance?
Carlos G