Icon View Incident Report

Serious Serious
Reported By: Ralf Bieber [EDV Dienstleistungen Ralf B
Reported On: 10/24/2014
For: Version 2.18 Build 1
# 4111 TEDBDataSet Locate Method Not Working with Int64 Fields

The ‘locate’ function for Tables and Queries with Int64 fields don't work.

// This don’t works:
if Table.Locate('TB_ID', 415685427911099991, []) then
        ShowMessage('OK - Int64');

// This works:
if Table.Locate('TB_ID', IntToStr(415685427911099991), []) then
        ShowMessage('OK - String');



Resolution Resolution
Fixed Problem on 11/12/2014 in version 2.18 build 2


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB LCL Standard with Source
ElevateDB PHP Standard
ElevateDB PHP Standard with Source
ElevateDB PHP Trial
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image