Hi Jim,
when changing the printer in an Autosequence you have to set the
variable 'printname'. This variable contains a free text (string).
Because the content of the variable depends on many boundary conditions
(Windows version, local or network printer) determine the text by
following ways:
After DIAdem is started the variable is occupied with the Windows standard printer.
Do you have selected another printer interactive the variable contains after printing the text for the selected printer.
A respective printer change can be done now in Autosequences.
Example:
1. After the start of DIAdem: 'winspool,\\NI\LJ5P(1OGA1),Ne02:'
2. After the change to another printer: 'winspool,\\NI\STYLUS(1OGA2),FILE:'
3. Change to the standard printer in a Autosequence
printname = "winspool,\\NI\STYLUS(1OGA2),FILE:"
Call PicPrint("WinPrint")
Stefan