Consultor Eletrônico



Kbase P158401: 4GL/ABL: Warning 15090 is incorrectly issued for reachable DEFINE FRAME/BROWSE statement
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/05/2010
Status: Verified

SYMPTOM(s):

4GL/ABL: Warning 15090 is incorrectly issued for reachable DEFINE FRAME statement

Warning (15090) is incorrectly issued for reachable DEFINE BROWSE statement

Warning (15090) is incorrectly issued for reachable FORM statement

WARNING: Executable statement at line <line-num> of file <file-name> will not be reached. (15090)

WARNING: Executable statement at line 3 of file will not be reached. (15090)

Running code similar to the following generates warning 15090 for the DEFINE FRAME statements even though it is reachable:

RUN Proc1.
RETURN.
DEFINE FRAME Frame1 SKIP(1) "Hello World!" SKIP(1) WITH WIDTH 40 CENTERED ROW 3 TITLE "Reachable frame definition".
PROCEDURE proc1:
VIEW FRAME Frame1.
END PROCEDURE.

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.2A
OpenEdge 10.2B
OpenEdge Category: Language (4GL/ABL)

CAUSE:

Bug# OE00194516

FIX:

Upgrade to OpenEdge 10.2A03, OpenEdge 10.2B01 or higher.