Print

The Print built-in frame method executes the logic of the frame (including any nested Print method invocations), and outputs the frame for printing.

To execute the logic without printing the frame, use the Main method.

In both ROC and non-ROC reports, the value of the Glb.Stn built-in segment attribute is captured upon the first Print method invocation. On subsequent Print method invocations to the same print file, the captured Glb.Stn built-in segment attribute value is compared to the current Glb.Stn built-in segment attribute value. If the values are different, a Release logic statement is executed before performing the requested print. Similar logic applies for the Glb.Device and Glb.PrintHost built-in segment attributes in ROC reports.

Restrictions

The following restrictions apply to use of the Print method:

Syntax

<<frame>>::Print(
    streamName : qualifier = void,
    start : numericExpression = void) : void

Owner

Any frame.

Parameters

Examples

Frame01.Print()
Frame02.Print(StreamA)
Frame03.Print(30)
Frmae04.Print(StreamB, SkipLines)