Icon View Incident Report

Serious Serious
Reported By: Matthew Jones
Reported On: 10/13/2015
For: Version 2.02 Build 1
# 4263 On..Except Blocks Cause Compilation Error with Referenced Variables Inside of Blocks

The following code does not compile, as it gives:

[Error] uEWBUtils.wbs (156,17): The referenced variable, parameter, or function tmBuild does not exist

function Demo : Integer;
var
   tmBuild : DateTime;
begin
   try
    tmBuild := StrToDate('hello');
       except
           on errInfo : Exception do
           begin
               tmBuild := Date;
           end;
       end;
end;



Resolution Resolution
Fixed Problem on 10/13/2015 in version 2.02 build 2


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image