Subject | Re: [IBO] Refresh current record only? |
---|---|
Author | Joe Martinez |
Post date | 2003-05-15T07:49:15Z |
>I think that calling MyIBOQuery.InvalidateRowNum(InternalDataset.RowNum)What is InternalDataset? Did you mean for me to put in InternalDataset
>should cause a single-row refresh in the buffer. Try it and see what
>happens...
literally, or are you referring to something else. Putting in
InternalDataset.RowNum literally doesn't compile. Putting in
MyIBOQuery->RowNum doesn't either.
-Joe