7.6

Table Of Contents
Arguments
str
Value of type string to display as a barcode.
Code Sample Example
showbarcodefim('A')
ShowBarcodeI2of5 (procedure)
Displays a specified string as an Interleaved 2 of 5 barcode.
Syntax
showbarcodei2of5( str, barwidth, checksum, readable, readchecksum, bearers)
Arguments
str
Value of type string to display as a barcode.
barwidth
Width of one barcode bar, in mils (0.001 inch).
Checksum
Boolean to add checksum automatically to barcode
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
bearers
Boolean that enables bearer bars surrounding the barcode
Code Sample Example
showbarcodei2of5('123456789',12,true,true,false,true)
ShowBarcodeISBN (procedure)
Displays a specified string as an ISBN barcode.
©2010 Objectif Lune Inc - 599 -