|
Label Fields may be used to simplify updates when multiple objects on a label use the same information. For example, a text object and a barcode object may contain the same serial number field that creates a unique incremented number for each label printed. Label Fields may be constant values or incrementing numbers. Incremented number fields keep track of which numbers have been printed in previous print jobs, so that each label has a unique number. When the label is opened the next time for printing, the serial number fields begin incrementing at the next unused number. Use the following procedure to setup Label Fields:
| 1. | With the label open, choose Edit - Properties. |
| 2. | Choose the Label Fields tab. |
| 3. | Choose Constant Value or Incrementing Number and enter any necessary values or numbers. Choose the Rename Field option to create a friendly name (such as SerialNumber) for the field.
 |
| 4. | After the fields are created and applied, they may be used in the Value tab with a VB Script formula.
Example:LabelField(SerialNumber)
 |
Copyright © 2009 EasyBarcodeSoftware.com
|