Subject RE: [IBO] Update records in buffer in IB_Query
Author Jason Wharton
There was a bug in IBO 4.5 and under where the InvalidateRowNum() method
didn't trigger the OnDataChange event that would cause the controls to
immediately reflect a new value brought from the server. The buffers were
correct, its just the controls were not told to repaint themselves. IBO
version 4.6 resolved this problem. I wonder if this problem is what you are
noticing now.

Jason

> -----Original Message-----
> From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]On
> Behalf Of wsr_dourados_br
> Sent: Saturday, January 28, 2006 1:59 PM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] Update records in buffer in IB_Query
>
>
> Hi All,
>
> In Help of IBO, it is written that the method
> IB_Query.InvalidateRowNum
> () and IB_Query.InvalidateBookMark should work updating some data
> aware components when executed (TIBGrid and others), but it is not
> that this happening, after leaving IBO 3.6i for 4.5ai began to give
> problem, the components TIB_Edit not more updated. What can be
> happening? The InvalidateRowNum and InvalidateBookMark
> method changed
> behavior?
>
> Thanks,
>
> Whanderson Rodrigues