Subject | Re: [IBO] Re: Refreshing just 'left' dataset |
---|---|
Author | Daniel Albuschat |
Post date | 2006-06-08T11:49:48Z |
2006/6/4, Helen Borrie <helebor@...>:
This method will invalidate a single row from the Dataset, causing it
to be re-fetched from the server next time it is referred to.
What does "referred to" mean in this context?
I am "referring" to it by using BufferFieldByName, but it's still the old data.
Regards,
Daniel Albuschat
> At 12:38 AM 4/06/2006, you wrote:Ooops, of course. A row, I mean.
> >Well, a .Refresh definitely is not efficient :-)
> >I was looking for a way to refresh a *single* dataset.
>
> I don't think you mean "dataset" here. You want to refresh a *single
> row* in a dataset, right?
> Look up InvalidateRowNum and RefreshKeys in the IBO help.And thus, the help of InvalidaterRowNum spoke:
This method will invalidate a single row from the Dataset, causing it
to be re-fetched from the server next time it is referred to.
What does "referred to" mean in this context?
I am "referring" to it by using BufferFieldByName, but it's still the old data.
Regards,
Daniel Albuschat