Icon View Incident Report

Serious Serious
Reported By: Fernando Dias
Reported On: 8/12/2012
For: Version 2.09 Build 1
# 3616 Computed Columns Not Updating Immediately When Dependent Columns Are Modified

Computed columns should behave like calculated fields, so that the values of those columns are recalculated and the associated data-aware controls updated accordingly, every time the focus moves from one visual control to another, or from one column to another in a data-aware grid. However, they aren't recalculating until the row is actually posted.

CREATE TABLE "ComputeTest"
(
"FirstName" VARCHAR(30) COLLATE "ANSI",
"LastName" VARCHAR(30) COLLATE "ANSI",
"FullName" VARCHAR(60) COLLATE "ANSI" COMPUTED ALWAYS AS
   COALESCE(LastName,'')+', '+COALESCE(FirstName,'')
)



Resolution Resolution
Fixed Problem on 8/12/2012 in version 2.10 build 1


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB LCL Standard with Source
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial
ElevateDB PHP Standard
ElevateDB PHP Standard with Source
ElevateDB PHP Trial

Image