Icon View Incident Report

Minor Minor
Reported By: Kishore Sharma
Reported On: 7/27/2007
For: Version 1.04 Build 6
# 2425 Leading Spaces in Column Names Causes Locate to Raise Error Regarding Non-Existent Column

In the below two statement’s only difference is a space in the first line between 'Col1; Col3'.

First line throws an error given below.


MyTable.Locate('Col1; Col3', VarArrayOf(['4','cc']),
     [loCaseInsensitive]);  //Not working - Error

MyTable.Locate('Col1;Col3', VarArrayOf(['4','cc']),
     [loCaseInsensitive]);  //Working



Resolution Resolution
Fixed Problem on 7/27/2007 in version 1.05 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