Subject Re: [IBO] Refresh current record only?
Author Jason Wharton
> I think that calling MyIBOQuery.InvalidateRowNum(InternalDataset.RowNum)
> should cause a single-row refresh in the buffer. Try it and see what
> happens...

Please don't encourage the use of InternalDataset for things of this
context. I can tolerate some usage for property settings that produce a
desired behavior but I don't like record level context stuff being messed
with.

They can simply use the MyIBOQuery.RecNo or even better is they use bookmark
based operations.

MyIBOQuery.InvalidateBookmark( AStoredBookmark );

Regards,
Jason Wharton
CPS - Computer Programming Solutions
Mesa Arizona
http://www.ibobjects.com

-- We may not have it all together --
-- But together we have it all --