Simply setting your barcode equal to one of the pre-defined barcode types (below) should work at runtime. Something like the following:
uses ppTypes;
BarCode.BarCodeType := bcCode39;
The best place to change the barcode type would be before you call Report.Print. Are you trying to change the barcode type at a different time in the report generation process? Below is a list of all the barcode types.
Comments
Simply setting your barcode equal to one of the pre-defined barcode types
(below) should work at runtime. Something like the following:
uses
ppTypes;
BarCode.BarCodeType := bcCode39;
The best place to change the barcode type would be before you call
Report.Print. Are you trying to change the barcode type at a different time
in the report generation process? Below is a list of all the barcode types.
bcUPC_A,
bcUPC_E,
bcEAN_13,
bcEAN_8,
bcInt2of5,
bcCode128,
bcCode39,
bcPostnet,
bcFIM,
bcCodabar,
bcMSI
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com