Subject Re: [IBO] TIBOQuery.InvalidateRowNum
Author Jason Wharton
Your KeyLinks are FINE. I was just adding that as some extra information.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Bram van der Voet / A&V" <bram@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, March 20, 2002 12:28 PM
Subject: RE: [IBO] TIBOQuery.InvalidateRowNum


> I got this from the FAQ. If I would have seen myIBOQuery.InvalidateRowNum(
> myIBOQUERY.RecNo ) I never would bothered the list...
>
> How can I refresh a single record with TIBOQuery?
> Call the InvalidateRowNum() method or the InvalidateBookmark() method to
do
> this.
> If I don't have it declared at the TIBODataset level you can call it by
> referencing the InternalDataset property which gives you direct access to
> the internal IB_Query instance that the TDataset layer is on top of. You
may
> need to call the TDataset.Resync() method in order to get the datalink
> buffers to pick up the refreshed record as well.
> (Jason Wharton)
>
>
> Bram van der Voet / A&V Automatisering