Icon View Incident Report

Serious Serious
Reported By: Walter Matte [Tactical Business Corporat
Reported On: 9/1/2015
For: Version 2.01 Build 2
# 4226 Closing TDataSet Bound to a TGrid with an Active Edit Control Causes List Index Out of Bounds Error

I have a button on the form that executes the same code that is in the grid double click. Using the button is stable. Everything works as expected. Executing the same code in the grid double click make the grid unstable.

procedure TfrmOrgSearch.grdFindDblClick(Sender: TObject);
begin
  if Find.RowCount = 0 then
    exit;

  OrgId := Find.Columns['OrgId'].AsInteger;
  Find.Close;
  
  if Assigned(FSelectedSearch) then
    FSelectedSearch(nil);

  Close;
end;



Resolution Resolution
Fixed Problem on 9/3/2015 in version 2.02 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image