Subject | Re: [IBO] Refreshing a IBODataset |
---|---|
Author | Luiz |
Post date | 2002-02-07T21:00:02Z |
From: "G. Allen Casteran" <allen@...>
Subject: Re: [IBO] Refreshing a IBODataset
This is a bug, and I sended to Jason a demo reporting it.
The problem is IBODataset is calling Refresh method of TDataset.
I suggest IBODataset have your own refresh method.
I tried implement it, but I don't achieve. I hope Jason can look at this
problem if have any time.
Luiz.
Subject: Re: [IBO] Refreshing a IBODataset
> Luiz,Yes, I do.
>
> Do you have an OnPrepareSQL event linked to the dataset??
> Are you watching to see if your AV occurs in there??Yes, It occur when scrolling the grid.
> Perhaps you are doing something in that event handler to reference anNo, I'm not doing it.
> invalid variable.
> If you do not have an OnPrepareSQL event then I do not see the need tocall
> InvalidateSQL to do the refresh.I have one.
This is a bug, and I sended to Jason a demo reporting it.
The problem is IBODataset is calling Refresh method of TDataset.
I suggest IBODataset have your own refresh method.
I tried implement it, but I don't achieve. I hope Jason can look at this
problem if have any time.
Luiz.