Icon View Incident Report

Minor Minor
Reported By: Danny Humphress
Reported On: 4/6/2004
For: Version 4.05 Build 1
# 1649 FindKey, FindNearest, and SetRange Methods Not Working with Int64 Fields

At one time, it was necessary to convert int64 varaibles to strings when using FindKey and Locate on LargeInt fields. Has this been addressed in the current release of DBISAM or do we still need to convert to strings? Example below:

FindKey([ IntToStr(MyInt64Variable) ])

instead of just

FindKey([MyInt64Varaible])



Comments Comments and Workarounds
Locate already works properly, only FindKey, FindNearest, and SetRange still had issues with Int64 values.


Resolution Resolution
Fixed Problem on 4/27/2004 in version 4.06 build 1
Image