Icon View Incident Report

Serious Serious
Reported By: Diego Hernán Pérez
Reported On: 2/28/2001
For: Version 2.07 Build 1
# 732 Locate Method Not Working Properly on Live SQL Result Sets with Limited Column View

Locate doesn't work in queries like like below when the proper index exists and the request live property is set to true. However, Locate works ok in non-live result sets.

SELECT FIELD FROM TABLE ORDER BY FIELD [NO CASE]



Comments Comments and Workarounds
The workaround for this would be to use SELECT * instead of just one or several columns from the source table.


Resolution Resolution
Fixed Problem on 3/1/2001 in version 2.08 build 1
Image