Label, Labelclose, Login – QuickLabel NiceWatch User Manual

Page 79

Advertising
background image

Automating the Software

79

NiceWatch User Guide

exporting, the user can select the export variant in the dialog.
With the EXPORTLABEL command you must specify which
export variant you want to use.

The first variant has the value 0. The second variant has the
value 1, etc.

If you do not specify the variant type, value 0 is used as default.

CreateLVXFile

The parameter has two possible values, TRUE or FALSE. If you
set the value to TRUE, besides the generated print stream also
the LVX file will be created. The LVX file contains information
about the variables used in the label.

For more information about exporting labels and LVX files
refer to the white paper section on the website.

LABEL

LABEL <name_of_the_file>

The command opens the working label. If the label is already opened, the program will
use this one. It is recommended to write full path name along with the file name.

Note, if variable value contains space characters or commas, you will have to enclose the
whole path in quotation marks (e.g. LABEL "C:\My Labels\sample3.lbl").

If you use LABEL command with the middleware integration server running in service
mode, use UNC quotation instead of the mapped drives (e.g. LABEL
"\\SERVER\SHARE\MY LABELS\LABEL.LBL" instead of "G:\MY
LABELS\LABEL.LBL").

LABELCLOSE

LABELCLOSE

The command closes the currently active label. The label application will stay opened.
FILECLOSE command does the same thing, but is depreciated. To speed up label
printing do not use this command frequently. The label designer can have opened more
label files simultaneously. If the label is already opened, it does not have to be loaded and
thus the label processing can be performed quickly.

LOGIN

LOGIN <username>

Performs login procedure into the labeling program. This is necessary when login is
required.

NOTE. This is a DDE command and should not be used in batch command .JOB files.

Advertising