Subject | Re: [IBO] Refresh current record only? |
---|---|
Author | Jason Wharton |
Post date | 2003-05-15T19:11:38Z |
> I think that calling MyIBOQuery.InvalidateRowNum(InternalDataset.RowNum)Please don't encourage the use of InternalDataset for things of this
> should cause a single-row refresh in the buffer. Try it and see what
> happens...
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 --