Kbase P147207: Calculated fields are not updated in SmartDataBrowse
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  01/06/2009 |
|
Status: Unverified
SYMPTOM(s):
Calculated fields are not updated in a browse
Calculated fields in a SmartDataBrowser are not refreshed after changing values and saving them in a SmartDataViewer.
Updates to the SDO fields that define the calculated fields are not
FACT(s) (Environment):
Calculated fields are defined in the SmartDataObject and placed in the SmartDataBrowser.
Windows
OpenEdge 10.x
Progress 9.x
CAUSE:
The SmartDataBrowser has locally defined variables with the same name as the calculated fields defined in the SDO. These locally defined variables are overriding those from the SmartDataObject.
FIX:
Remove the definition of the locally defined variables in the SmartDataBrowser.