QMS VMS Guía de usuario Pagina 80

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 118
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 79
Using Set-up
Modules,
Forms, and
Characteristics
VMS Interface for QMS Crown Printers5-4
Form set-up modules may also be defined in a form definition:
$ DEFINE/FORM/SETUP=(
mod1,mod2
,...)
form_name-
_$ form_number
Set-up Modules
If set-up modules are specified from the command line and a queue
logical also defines a list of set-up modules, the modules specified on
the command line are downloaded before those specified by the
QMS$
queue_name
_SETUP
logical where
queue_name
is the name of your specific execution
queue. For example,
$ PRINT/QUEUE=my_queue "
_$ /SETUP=(setup_moda,setup_modb)"
_$
filename.ext
causes the symbiont to send set-up modules SETUP_MODA,
SETUP_MODB, SETUP_MOD1, SETUP_MOD2, and so on, in that
order before the file.
The following example of a PostScript language set-up file
(BORDER.PS) draws a border around the page and prints
CONFIDENTIAL at the top and bottom:
%
Create border
/secrets matrix currntmatrix def
/oldshow /showpage load def
/showpage{
gsave
secrets setmatrix
/Helvetica findfont 14 scalefont setfont
252 756 moveto
(Confidential) show
252 22 moveto
(Confidential) show
clippath 10 setlinewideth .5 setgray stroke
grestore
oldshow
} def
Vista de pagina 79
1 2 ... 75 76 77 78 79 80 81 82 83 84 85 ... 117 118

Comentarios a estos manuales

Sin comentarios