Subject | Re: [IBO] IBObjects bug 4.5Ai with invalidaterownum |
---|---|
Author | jdoscom |
Post date | 2005-02-17T08:57Z |
But, in the prev. version 4.3 this sentence refresh the record and
in the 4.5 version NO.
How can resolve the problem?
I probed with .refresh and .refreshall but not do what I want.
Because the record can be in insert mode and in this case lost the
record.
Thanks
in the 4.5 version NO.
How can resolve the problem?
I probed with .refresh and .refreshall but not do what I want.
Because the record can be in insert mode and in this case lost the
record.
Thanks
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> At 07:09 PM 16/02/2005 +0000, you wrote:
>
>
> >Hello,
> >
> >I have a program recently updated to 4.5Ai.
> >
> >dataset.InvalidateRowNum(dataset.rownum) not refresh the actual
> >record. Nevertheless, in 4.2 version it's all ok.
>
> InvalidateRowNum doesn't refresh a record. It flags the record as
> requiring to be refreshed next time it is referred to. With this
in mind,
> could you put together a simple testcase that demonstrates what it
seems to
> be doing wrong?
>
> Helen