Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Access violation with oddball filter
Wed, Jul 19 2006 4:59 PMPermanent Link

With the following two lines I am getting an access violation, every
alternate time I run the code.

 DBISAMTable1.Filter := 'Initials LIKE ''zz\%zz'' ESCAPE ''\''';
 DBISAMTable1.FindFirst;
 
4.22 Build 6, Delphi 5 Pro.  

--Bill Sparrow--


Wed, Jul 19 2006 8:00 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Bill,

<< With the following two lines I am getting an access violation, every
alternate time I run the code. >>

It seems to be the ESCAPE causing the problem.  I'll make sure a fix for
this is in the next build.

--
Tim Young
Elevate Software
www.elevatesoft.com



Fri, Jul 21 2006 8:55 PMPermanent Link

No problem.  It's a pretty obscure situation which only came up because my
filter generation code lets the user specify a wildcard match and then
escape the wildcard so that there isn't actually a wildcard.

--Bill Sparrow--
Fri, Jul 21 2006 9:02 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Bill,

<< No problem.  It's a pretty obscure situation which only came up because
my filter generation code lets the user specify a wildcard match and then
escape the wildcard so that there isn't actually a wildcard. >>

Thanks for your patience, it is much appreciated.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image