Kbase P156203: RETURN-VALUE is cleared implicitly when it should not be.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/12/2010 |
|
Status: Unverified
SYMPTOM(s):
RETURN-VALUE is cleared implicitly when it should not be.
Procedure called by another procedure
Called procedure uses RETURN statement with a return-value specified
Calling procedure does not use any RETURN statement
RETURN-VALUE is blank after calling procedure finishes
FACT(s) (Environment):
OpenEdge 10.1C
All Supported Operating Systems
CHANGE:
Upgraded from 10.1B03 to 10.1C
CAUSE:
Bug# OE00169542
FIX:
Upgrade to OpenEdge 10.1C02 or later
Upgrade to OpenEdge 10.2A or later
Workaround:
Force the calling procedure to return the correct return-value by coding that explicitly:
RETURN RETURN-VALUE