CwPrint

Sintassi:

call CwPrint

Descrizione:

Stampa il progetto corrente sulla stampante predefinita, con le impostazioni predefinite.

Esempio:

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

Note:

Questa funzione lancia un thread asincrono. Se il thread abortisce (p. es. interruzione da parte dell'utente, problemi di stampa...) lo script NON può saperlo.

Funzioni per NOME

Indice

Funzioni per SCOPO