Previous Page | Next Page

SAS Commands under Windows

DLGPRT Command: Windows



Opens the Print dialog box.
Windows specifics: all

Syntax
Details
See Also

Syntax

DLGPRT <NOSOURCE | ACTIVEBITMAP | SCREENBITMAP | AWSBITMAP | CLIPBITMAP | CLIPTEXT | ALTCMD='command' | BITMAPONLY | NODISPLAY | VERIFY>

no argument

prints the active window with the default print settings.

ACTIVEBITMAP

suppresses the Print dialog box and prints the active window as a bitmap.

ALTCMD='command'

uses the Print dialog box to issue a command other than PRINT.

AWSBITMAP

suppresses the Print dialog box and prints the main SAS window as a bitmap.

BITMAPONLY

allows only bitmap printing from the Print dialog box.

CLIPBITMAP

suppresses the Print dialog box and prints the contents of the Windows clipboard as a bitmap.

CLIPTEXT

suppresses the Print dialog box and prints the contents of the Windows clipboard as text.

NODISPLAY

suppresses the Print dialog box and prints using the default settings.

NOSOURCE

prevents the user from specifying a source (application window) from which to print.

SCREENBITMAP

suppresses the Print dialog box and prints the entire screen as a bitmap.

VERIFY

checks whether the active application window supports text printing (whether the File menu contains a Print item). If it does not, the Print dialog box allows only bitmap printing.


Details

The Print dialog box allows you to print the contents of the active window.


See Also

Previous Page | Next Page | Top of Page