Consultor Eletrônico



Kbase P27325: The smaller of two frames keeps disappearing!
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   27/06/2003
Status: Unverified

FACT(s) (Environment):

Progress 8.3E

FACT(s) (Environment):

Windows

SYMPTOM(s):

The smaller of two frames keeps disappearing.

Using windows character client.

A large frame and a small frame occupying the same real estate.

CAUSE:

Need to set the TOP-ONLY attribute of the smaller frame to TRUE.

FIX:

Set the TOP-ONLY attribute of the child frame to TRUE in the frame definition statement:

DEFINE FRAME FrameName
WITH ... TOP-ONLY ...

To hide this frame, use:

FRAME FrameName:HIDDEN = TRUE.
Or
HIDE FRAME FrameName.

To show this frame, use:

FRAME FrameName:HIDDEN = FALSE.