7.4

Table Of Contents
Code Sample Example
showbarcodedatamatrix('12345', 0, 5, 12)
ShowBarcodeEAN8 (procedure)
Displays a specified string as a EAN-8 barcode.
Syntax
showbarcodeean8( str, subset,[readable, barwidth] )
Arguments
str
Value of type string to display as a barcode.
Subset
The subset of EAN-8 to use
0 EAN-8
1 EAN-8 ext.2
2 EAN-8 ext.5
readable
Optional boolean that enables display of the human readable portion of the barcode. Default = True.
barwidth
Optional width of one barcode bar, in mils (0.001 inch). Default = 12mils.
Code Sample Example
showbarcodeean8('0133558',0)
ShowBarcodeEAN13 (procedure)
Displays a specified string as a EAN-13 barcode.
Syntax
showbarcodeean13( str, subset,[readable, barwidth] )
Arguments
str
Value of type string to display as a barcode.
©2010 Objectif Lune Inc - 344 -