changing the autoencode property of TppDBBarCode
hi everyone.
i am getting student numbers from db and i want to print them as barcode.
i use TppDBBarCode component.
i can't change the autoencode property of an instance of TppDBBarCode
component.
it is always false, how can i change it true?
if there is anything about changing the properties of ppReport,
ppDBPipeLine, dataset, datasource, session components related with the
TppDBBarCode component?
--- posted by geoForum on http://delphi.newswhat.com
i am getting student numbers from db and i want to print them as barcode.
i use TppDBBarCode component.
i can't change the autoencode property of an instance of TppDBBarCode
component.
it is always false, how can i change it true?
if there is anything about changing the properties of ppReport,
ppDBPipeLine, dataset, datasource, session components related with the
TppDBBarCode component?
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
The AutoEncode property is only to be used with the Code 128 format. If you
are using this type of format, be sure the BarCodeType property is set to
bcCode128. Then you will have access to the AutoEncode property.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com