Consultor Eletrônico



Kbase P93685: How to center the output of FRAME fields using the DISPLAY statement?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   26/10/2004
Status: Unverified

GOAL:

How to center the output of FRAME fields using the DISPLAY statement?

FIX:

Use the CENTERED option of the Frame Phrase in the DISPLAY statement:

FOR EACH Customer:
DISPLAY CustNum Name WITH FRAME a CENTERED STREAM-IO DOWN.
END.