UP STREAM stream STREAM-HANDLE handle expression frame-phraseSTREAM streamSpecifies the name of a stream. If you do not name a stream, the AVM uses the unnamed stream. See the DEFINE STREAM statement reference entry and the chapter on alternate I/O sources in OpenEdge Development: Programming Interfaces for more information on streams.STREAM-HANDLE handleSpecifies the handle to a stream. 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 streams. See the chapter on alternate I/O sources in OpenEdge Development: Programming Interfaces for more information on streams and stream handles.Represents the number of occurrences of data in the frame that you want to move up. UP is the same as UP 1, except that nothing happens until the next data handling statement affects the screen. Several UP statements in a row with no intervening displays are treated like a single UP 1. UP 0 does nothing. If expression is negative, the result is the same as a DOWN expression.Specifies the overall layout and processing properties of a frame. For more information on frame-phrase, see the Frame phrase reference entry.
FOR EACH Customer:UP 2.DISPLAY Customer.CustNum Customer.Name Customer.City.END.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |