Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Error 10050 Invalid filter handle specified for the table
Wed, Jan 23 2013 4:34 PMPermanent Link

LachlanG

The DBISAM documentation says this error should never occur and to report all instances to tech support so here I am.

I receive this error when doing something similar to the following

Query1.Open;
Query1.BeginCachedUpdates;
Query1.Filter := 'SomeIntegerField = ' + IntToStr(22);
Query1.Filtered := True;
Query1.Edit;
Query1['SomeMemoField'] := 'blah';
Query1.Post;
Query1.ApplyCachedUpdates; // exception thrown here

If I insert the line

Query1.Filtered := False;

just before the ApplyCachedUpdates no exception is thrown.

Thanks very much,

Lachlan Gemmell
Embarcadero MVP
Wed, Jan 23 2013 10:46 PMPermanent Link

LachlanG

This is with DBISAM 4.34 build 4
Wed, Jan 23 2013 11:06 PMPermanent Link

Raul

Team Elevate Team Elevate

Lachlan,

You should email support :  support@elevatesoft.com

Raul

On 1/23/2013 4:34 PM, LachlanG wrote:
> The DBISAM documentation says this error should never occur and to report all instances to tech support so here I am.
Thu, Jan 24 2013 8:53 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Lachlan,

<< I receive this error when doing something similar to the following >>

Sounds like a bug, and I'll make sure that this is fixed in the next build.
For now, keep using the described workaround.

Thanks,

Tim Young
Elevate Software
www.elevatesoft.com
Image