Subject | Re: [IBO] TIBOTable Problem changing IndexName after using SetRange |
---|---|
Author | cdevlpr |
Post date | 2007-08-28T15:36:10Z |
Hi Jason,
We have made the change you specified below and it has resolved our
issue. Thanks so much for your help getting this fixed ! -- Jeff
Gaiche
--- In IBObjects@yahoogroups.com, "Jason Wharton" <supportlist@...>
wrote:
We have made the change you specified below and it has resolved our
issue. Thanks so much for your help getting this fixed ! -- Jeff
Gaiche
--- In IBObjects@yahoogroups.com, "Jason Wharton" <supportlist@...>
wrote:
>for
> > I thought it might be helpful to know if this SetRange problem is
> > still in place in the current release. I downloaded the eval kit
> > version 4.8.6 and it does exhibit the same problem as our olderIndexName or
> > version.
> >
> > Hope this information is useful -- Jeff Gaiche
>
> I have fixed this issue for the next sub-release.
>
> I failed to internally (efficiently) cancel the range when the
> IndexFieldNames properties were changed.to add.
>
> The fix was hard to find but boiled down to two easy lines of code
> If you want to test it and you have the full source please make thesatisfaction.
> following change to your code in IBODataset.pas unit:
>
> Line 2265:
>
> if not ResetCursorRange then // Add this line
> InternalRefresh; // Indent this line
>
> Line 2299:
>
> if not ResetCursorRange then // Add this line
> InternalRefresh; // Indent this line
>
> Please let me know if this takes care of your issue to your
>
> Kind regards,
> Jason L Wharton
> www.ibobjects.com
>