Kbase P98903: error (3490) when compiling SmartDataViewer with field defined with INNER-LINES INNER-CHARS
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1x
Windows
SYMPTOM(s):
error when compiling SmartDataViewer:
INNER-LINES/INNER-CHARS are mutually exclusive with SIZE. (3490)
Added the following to VIEW-AS in the field properties from the Data Dictionary:
VIEW-AS EDITOR
INNER-CHARS 40
INNER-LINES 4
MAX-CHARS 160
using SmartDataObject (SDO) referencing this field
using SmartDataViewer referencing the SDO
CAUSE:
This is a known issue
FIX:
A workaround is to rewrite the VIEW-AS expression in the the Data Dictionary as:
VIEW-AS EDITOR
SIZE <width> BY <height>