Icon View Incident Report

Serious Serious
Reported By: Uli Becker
Reported On: 7/8/2017
For: Version 2.06 Build 4
# 4558 Creating and Loading a Form at Run-Time Can Cause Existing Forms to Experience Property Resets

1. I use 2 datasets which are displayed in the same TGrid ("Team" and "TeamSearch"). "Teams" lists all soccer teams in alphabetic order, "TeamSearch" shows a selection of teams after user input.

2. After executing the query I set MyGrid.Dataset to "TeamSearch". That works as expected.

3. Now the weird problem: At the moment I create *any* form, MyGrid.Dataset switches back to "Team". I promise: there is no code anywhere in the application which could cause that. To be sure I created an empty test form that causes the problem when it's created.


Comments Comments
This bug only applies to intra-form/database component reference properties. The issue was that the global component reference property fixups (WebCore unit) were being applied to *every* form/database that was created/loaded, not just the form/database that the fixup was supposed to be applied to.


Resolution Resolution
Fixed Problem on 7/9/2017 in version 2.06 build 5


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image