Icon View Incident Report

Serious Serious
Reported By: Kentersoft
Reported On: 9/22/2016
For: Version 2.05 Build 4
# 4453 Inherited Form Creation Can Cause a TypeError at Runtime

When create a inherited form, have a typeError:

TypeError: ufrmcustomerdropdown_tfrmcustomerdropdown.$p.create1 is undefined

the form is inherited a base form, when call the function to create a form

function GetFrmCustomerDropDown: TFrmCustomerDropDown;
begin
if not Assigned(FrmCustomerDropDown) then
FrmCustomerDropDown := TFrmCustomerDropDown.Create(Application);
Result := FrmCustomerDropDown;
end;

generate such typeError, but make a simple test case can't reappear this.


Resolution Resolution
Fixed Problem on 9/23/2016 in version 2.06 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image