Consultor Eletrônico



Kbase P144033: Cannot display more than one line on a dynamic frame
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/12/2009
Status: Unverified

SYMPTOM(s):

Cannot display more than one line on a dynamic frame


Only the fist line is shown


Setting HEIGHT-CHARS property do not modify the frame to display text

Setting HEIGHT-PIXELS property do not modify the frame to display text

FACT(s) (Environment):

If the ROW property is set to 1 for all the texts that should be added to the frame, all of them are displayed on row 1

All Supported Operating Systems
OpenEdge 10.1x

CAUSE:

Bug# OE00182735


FIX:

Use a static FORM HEADER

Example:

FORM HEADER
"Line 1 of form" AT 1
"Line 2 of form" AT 2
WITH FRAME form-header COL 1 PAGE-TOP WIDTH 255.