Consultor Eletrônico



Kbase P179002: 4GL/ABL: DISPLAY @ statement may hangs session on LEAVE or ENTER events of a FILL-IN
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   14/01/2011
Status: Unverified

SYMPTOM(s):

4GL/ABL: DISPLAY @ statement may hangs session on LEAVE or ENTER events of a FILL-IN

The DISPLAY @ statement hangs the ABL client session assigning the unknown value on LEAVE, ENTER or other FILL-IN events. For example the statement:

DISPLAY ? @ FILL-IN-1 WITH FRAME {&FRAME-NAME}.

hangs the session.

FACT(s) (Environment):

Windows
Progress 9.x
OpenEdge 10.x

CAUSE:

Bug# OE00203629

FIX:

None at this time. A workaround is to replace the statement:

DISPLAY ? @ FILL-IN-1 WITH FRAME {&FRAME-NAME}.

with the statement:

FILL-IN-1:SCREEN-VALUE IN FRAME {&FRAME-NAME} = ?.