Use this command to print barcodes. Enterprise Output Manager supports and enforces specific barcode dependent features, such as automatic checksum generation and size limitations.
$BARCODE$ barcodestyle "field name" field value
The following variations of barcodestyle have been defined:
CODE39.
PostNet.
2of5.
CUST_$BARCODE$
This item is called by LINC_$BARCODE$ after the standard barcode definitions have been processed. User defined barcode definitions can be entered in the CUST_$BARCODE$ item to make upgrades to future versions of the NextGen DDA easier. Changes to the NextGen DDA require the DDA design key. Following is an example of DDA code:
If field_type EQ "BarcodeStyle" Begin>Print Barcode BarcodeStyle; file_value Field Vairiable=field_name>Set Variable num_result=$NumericResult End Block