Consultor Eletrônico



Kbase P99843: Errors (6491) & (5905) assigning the DOWN attribute of a browse.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/01/2005
Status: Unverified

SYMPTOM(s):

**<widget id> does not fit in parent <parent widget id>. (6491)

**BROWSE <browse-name> does not fit in parent FRAME <frame-name>. (6491)

Code assigns the DOWN attribute for the browse.

**All or part of <widget id> is being placed outside of <parent widget id> by setting <attribute>. (5905)


**All or part of BROWSE br_table is being placed outside of FRAME F-Main by setting HEIGHT. (5905)

CAUSE:

Assigning the DOWN attribute causes the browse HEIGHT-CHARS and HEIGHT-PIXELS attributes to exceed the HEIGHT-CHARS and HEIGHT-PIXELS of the parent frame.

FIX:

Before assigning the DOWN attribute of the browse widget, ensure that the the parent frame size is more or equal to that of the resulting size of the child browse. For example:
BROWSE BROWSE-1:HEIGHT-PIXELS = FRAME FRAME-A:HEIGHT-PIXELS - 1.