Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Bug Delete and Seek
Fri, Jul 31 2009 12:12 PMPermanent Link

"Mauro Botta"
Hi

i have found this bug :

* Open Table ( Table must be empty, Index active )
* insert one record ( indexed field, example CODE = 1 )
* delete record  ( now Record count is Zero )

* make a TEdbTable.SetKey..........TEdbTable.GotoKey ( 1 )      
1  is a code value of field "CODE"

GotoKey , result True !

in debug i can see :
Bof = True
Eof = True
RecordCount = 0
..FieldByName('FIELD_2_STR).AsString = ''

EDB 2.02 Build 15 - Delphi 2009 - no C/S

The problem there is only on last "GHOST"  record,

Refresh don't not resolve

Best Regards and good w/e

Mauro.
Fri, Jul 31 2009 12:37 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Mauro,

<< i have found this bug :

* Open Table ( Table must be empty, Index active )
* insert one record ( indexed field, example CODE = 1 )
* delete record  ( now Record count is Zero ) >>

Could you send me the table that you're using ?

Thanks,

--
Tim Young
Elevate Software
www.elevatesoft.com

Mon, Aug 3 2009 3:50 AMPermanent Link

"Mauro Botta"
> * Open Table ( Table must be empty, Index active )
> * insert one record ( indexed field, example CODE = 1 )
> * delete record  ( now Record count is Zero ) >>
>
> Could you send me the table that you're using ?
>
> Thanks,

ok . check mail
Tue, Aug 4 2009 2:23 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Mauro,

<< ok . check mail >>

Per email, this has been confirmed and a fix will be in the next build.  The
issue was caused by a performance improvement in an earlier build.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image