Icon View Incident Report

Minor Minor
Reported By: Michael Thompson
Reported On: 4/4/2007
For: Version 1.02 Build 1
# 2311 GotoNearest or GotoKey Call with KeyFieldCount=0 Results in an Access Violation

This code causes a access violation in my projects with version 1.02 build 1.

SetKey;
FieldByName('Chart').AsString:=edtSearch.Text;
GotoNearest;



Comments Comments and Workarounds
The workaround is to set the KeyFieldCount property to the number of key fields being searched on just prior to calling GotoNearest or GotoKey.


Resolution Resolution
Fixed Problem on 4/5/2007 in version 1.03 build 1


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

Image