Consultor Eletrônico



Kbase P146185: Error-status system handle reference entry has bad example
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   06/04/2010
Status: Unverified

SYMPTOM(s):

Error-status system handle reference entry has bad example

Sample code uses construct "IF ERROR-STATUS:ERROR AND ERROR-STATUS:NUM-MESSAGES GT 0 THEN"

Using this construct will not catch error messages for which the ERROR-STATUS:ERROR condition is not set

FACT(s) (Environment):

To ensure all errors are caught, this should read "IF ERROR-STATUS:ERROR OR ERROR-STATUS:NUM-MESSAGES GT 0 THEN "
Progress/OpenEdge Product Family
All Supported Operating Systems
OpenEdge Category: Documentation

CAUSE:

Bug# OE00184312

FIX:

Upgrade to OpenEdge 10.2B or later