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

What is InternalDataset? Did you mean for me to put in InternalDataset
literally, or are you referring to something else. Putting in
InternalDataset.RowNum literally doesn't compile. Putting in
MyIBOQuery->RowNum doesn't either.

-Joe