7.4

Table Of Contents
ShowBarcode2of5(procedure)
Displays a specified string as a Standard 2 of 5 barcode.
Syntax
showbarcode2of5( str, barwidth, readable, bearers)
Arguments
str
Value of type string to display as a barcode.
barwidth
Width of one barcode bar, in mils (0.001 inch).
readable
Boolean that enables display of the human readable portion of the barcode
bearers
Boolean that enables bearer bars surrounding the barcode
Code Sample Example
showbarcode2of5('123456789',12,true,true)
ShowBarcodeAustPost (procedure)
Displays a specified string as an Australia Post barcode.
Syntax
showbarcodeaustpost( str)
Arguments
str
Value of type string to display as a barcode.
Code Sample Example
showbarcodeaustpost('56439111ABA 9')
ShowBarcodeAztec (procedure)
Displays a specified string as an Aztec barcode.
©2010 Objectif Lune Inc - 337 -