Kbase P16404: 4GL/ABL: The NO-LOCK NO-ERROR options of the FIND statement erroniously compile as a seperate statem
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  18/04/2011 |
|
Status: Verified
SYMPTOM(s):
4GL/ABL: The NO-LOCK NO-ERROR options of the FIND statement erroneously compile as a separate statement
The statement (notice the period "."after foo):
FIND FIRST foo.
NO-LOCK NO-ERROR.
compiles with no errors!
Also the statement:
NO-LOCK NO-ERROR.
compiles with no errors!
And the following snippet compiles error free:
FIND FIRST customer NO-LOCK NO-ERROR.
EXCLUSIVE-LOCK NO-ERROR.
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.1x
CAUSE:
Bug# OE00064345
FIX:
Upgrade to OpenEdge 10.0B or higher.