Kbase P119386: Error 4043 when trying to assign editor:INPUT-VALUE to a LONGCHAR
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/3/2010 |
|
Status: Unverified
SYMPTOM(s):
editor:LARGE = TRUE
editor:DATA-TYPE = "LONGCHAR"
Assigning editor:INPUT-VALUE to LONGCHAR variable fails
DITEM is not large enough to hold string. (4043)
FACT(s) (Environment):
OpenEdge 10.1x
OpenEdge 10.2A
All Supported Operating Systems
CAUSE:
Bug# OE00133400
FIX:
Upgrade to OpenEdge 10.2B or later
Workaround:
Use editor:SAVE-FILE() method to write contents to an intermediate file, then COPY-LOB that file into the LONGCHAR.