Starts a new output page for PAGED output. No action is taken if output is already positioned at the beginning of a page.
PAGE STREAM stream STREAM-HANDLE handleSTREAM streamSpecifies the name of a stream where output is paged. If you do not name a stream, the AVM uses the unnamed stream.STREAM-HANDLE handleSpecifies the handle to a stream where output is paged. If handle it is not a valid handle to a stream, the AVM generates a run-time error. Note that stream handles are not valid for the unnamed stream.This procedure prints a customer report, categorized by state, and starts a new page for each state:
![]()
If the current output destination is not a paged device (you did not use the PAGED option in the OUTPUT TO statement), the PAGE statement has no effect.
![]()
For more information on streams and stream handles, see the chapter on alternate I/O sources in OpenEdge Development: Programming Interfaces.
© 2012 Progress Software Corporation and/or its subsidiaries or affiliates. |