7.6

Table Of Contents
ShowBarcodeCodablockF (procedure)
Displays a specified string as a Codablock F barcode.
Syntax
showbarcodecodablockf( str, barwidth)
Arguments
str
Value of type string to display as a barcode.
barwidth
Width of one barcode bar, in mils (0.001 inch).
Code Sample Example
showbarcodecodablockf('12345',12)
ShowBarcodeCode11 (procedure)
Displays a specified string as a Code 11 barcode.
Syntax
showbarcodecode11( str, barwidth, checksum, readable, readchecksum)
Arguments
str
Value of type string to display as a barcode.
barwidth
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
©2010 Objectif Lune Inc - 593 -