Kbase P119359: Character field formats using the exclamation mark "!" and a numeric initial value result in error 6
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/01/2011 |
|
Status: Unverified
SYMPTOM(s):
Character field formats using the exclamation mark "!" and a numeric initial value result in error 631
Error 631 with character field format using "!"
** Character <char> at position <n> must be a letter. (631)
FACT(s) (Environment):
Compiling with the application compile or syntax checking code like:
DEFINE VARIABLE a1 AS CHARACTER FORMAT "!":U NO-UNDO INITIAL "4":U.
Code compiled without error before applying OpenEdge 10.1A02
OpenEdge 10.1A
All Supported Operating Systems
CHANGE:
Applied service pack OpenEdge 10.1A02
CAUSE:
Bug# OE00133272
CAUSE:
The working behaviour in versions prior to 10.1A02 was incorrect, taking advantage of another bug which was corrected in 10.1A02.
FIX:
Remove the numeric initial value, or set it to a valid Character (A-Z) initial value.