Subject Re: [IBO] IBObjects bug 4.5Ai with invalidaterownum
Author Helen Borrie
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