Icon View Incident Report

Minor Minor
Reported By: Mauro Botta
Reported On: 10/31/2008
For: Version 2.02 Build 2
# 2839 TEDBTable FindNearest Method Not Working Properly with Active Filter Set

I have found a new bug in EDBTable.FindNearest

I have a index for : INTFIELD1.

table :

INTFIELD1
1
1
1
2
2
3
3
3
3
5
5
5
5

note :
4 dont' exist.

code :
table.FindNearest([4])

result a not correct dataset. I see all data, but only one row of 3 ( range not cancelled ?? ) , or I see duplicate the record

With refresh work all well ( but not always... not perfect dataset )

FindNearest with exist value, work well.


Comments Comments
The issue was with an active filter combined with the FindNearest call.


Resolution Resolution
Fixed Problem on 11/2/2008 in version 2.02 build 3


Products Affected Products Affected
ElevateDB LCL Standard with Source
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image