Kbase P96772: How to start the output of FRAME fields at a specific column using the DISPLAY statement?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/26/2004 |
|
Status: Unverified
GOAL:
How to start the output of FRAME fields at a specific column using the DISPLAY statement?
FIX:
Use the 'COLUMN n' option of the Frame Phrase in the DISPLAY statement:
FOR EACH Customer:
DISPLAY CustNum NAME WITH FRAME a COLUMN 10 STREAM-IO DOWN.
END.