PrintScreen

<< Click to Display Table of Contents >>

Navigation:  Quick3270 functions and statements >

PrintScreen

Description

Prints the presentation space.

Syntax

PrintScreen [Options]

 

The options must be separated by a space character.

 

Valid options are:

 

BW: Print in Black & White

HEADER: Print the page header (overwrites the default settings)

NOHEADER: Don’t print the page header (overwrites the default settings)

FORMFEED: Execute a form feed before the print job

Sample

   OpenPrinter

   PrintScreen

   PrintScreen BW

   PrinterFontSize=8

   PrintScreen NOHEADER FORMFEED

   PrinterFontSize=0

   PrintScreen

   ClosePrinter

End