Progress
Programming
Handbook


The Procedure Block

The DISPLAY statement in the procedure block creates one frame (p–frame).

DISPLAY "Daily Report" WITH FRAME p-frame CENTERED. 

Progress uses this frame to display the text string “Daily Report”. No other statements in the procedure block display data, so Progress does not allocate a default unnamed frame.

If you add the following statement to this block, Progress allocates a default unnamed frame (because the statement does not explicitly name a frame).

DISPLAY "This statement uses a default frame". 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095