Icon View Incident Report

Serious Serious
Reported By: José Eduardo Helminsky
Reported On: 9/27/2001
For: Version 3.01 Build 1
# 883 Using TDBISAMQuery Locate method with a Live Result Set Does not Work Consistently

I've found some problems with the Locate method when used with live result sets.

SQL: select a as "Code", b as "Name" from xTable

1) Run SQL with RequestLive = False
    Locate('Code', Edit1.Text,[loCaseInsensitive]);
    It runs OK

2) Run SQL with RequestLive = True
    Locate('Code',Edit1.Text,[loCaseInsensitive]); // Result Exception 
Error
    Locate('A',Edit1.Text,[loCaseInsensitive]); // Result Exception Error



Comments Comments
This problem was reported for 2.11, but also existed in 3.01.


Resolution Resolution
Fixed Problem on 9/28/2001 in version 3.02 build 1
Image