CwPrint

Syntax:

call CwPrint

Description:

Prints the current project on the default printer with default settings.

Example:

apph = CwGetAppHandle( "print settings" );
call CwSetProperty apph, "custom postscript", 1;
call CwSetProperty apph, "Queues", "HP LaserJet 4MP";
call CwPrint;

Remarks:

Note that this function launches an asynchronous thread. If a failure occurs in that thread (i.e. user abort, failure to connect to printer) there is no way for a running script to know about it.

Functions by NAME

Index

Functions by PURPOSE