Kbase P23612: Calculated field in a standard BROWSE with Method Library generates SmartObjects error message
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/22/2010 |
|
Status: Unverified
SYMPTOM(s):
Calculated field in a standard BROWSE with Method Library generates SmartObjects error message
Error "Calculated fields in smartbrowsers must be named fields..."
No SmartObjects in use
FACT(s) (Environment):
Windows NT 32 Intel/Windows 2000
Progress 9.x
CHANGE:
Moved code from Progress 8.x to Progress 9.x
FIX:
Option #1
Upgrade to Progress 9.1D07 or later
Upgrade to OpenEdge 10.0A or later
Option #2
Follow instructions given in error message:
1)Define a variable
2)Associate variable with the Calculated Field
Example:
/* In Declarations */
DEFINE VARIABLE calcField AS DECIMAL NO-UNDO.
/* When defining Calculated Field in BROWSE */
<field> * x @ calcField