Icon View Incident Report

Minor Minor
Reported By: Chris Holland
Reported On: 1/31/2013
For: Version 1.01 Build 5
# 3773 Compiler Allowing Enumerated Type Prefixes

If you look at the following code, you can see where I have commented out two lines of code.

As it is the program runs fine, but if you uncomment out those two lines it stops running and the browser reports the functions cypher1_load() and cypher1_unload do not exist in the cypher1.js file (Which they do)

procedure TSiteIndexForm.RefreshButtonClick(Sender: TObject);
begin
   Cursor := crWait;
//   if(Cypher1SiteIndexByAccountCode.State = TDataSetState.dsBrowse) then
//     Cypher1SiteIndexByAccountCode.DisableControls();



Comments Comments and Workarounds
The issue was with the TDataSetState.dsBrowse reference. Changing it to dsBrowse fixes the issue.


Resolution Resolution
Fixed Problem on 2/2/2013 in version 1.02 build 1


Products Affected Products Affected
Elevate Web Builder
Elevate Web Builder Trial

Image