7.4

Table Of Contents
Width of one barcode bar, in mils (0.001 inch).
Checksum
Boolean allows the automatic calculation of the barcode checksum
readable
Boolean that enables display of the human readable portion of the barcode
readchecksum
Boolean that enables display of the checksum in the human readable portion of the barcode
Code Sample Example
showbarcodecode11('123456789',12,true,true,false)
ShowBarcodeCode128 (procedure)
Displays a specified string as a Code 128 barcode.
Syntax
showbarcodecode128( str, subset, barwidth, readable)
Arguments
str
Value of type string to display as a barcode.
subset
Integer specifying the subset of the barcode to use.
Value Subset
0 A
1 B
2 C
barwidth
Width of one barcode bar, in mils (0.001 inch).
readable
Boolean that enables display of the human readable portion of the barcode
Code Sample Example
showbarcodecode128('123456789',0,12,true)
©2010 Objectif Lune Inc - 456 -