barcode GS1-EAN128 Application Identifier
I read guide at http://www.digital-metaphors.com:8080/RCL/BarCode/Manual_Encode_128 and guide at http://www.idautomation.com/barcode-faq/code-128/#USPS_EAN128
I set Barcode3.data := CHR(210)+CHR(207)+DBPipeline['barcode']+CHR(207)+copy(DBPipeline['DATE'],1,10);
How can print on printhumanreadal Application Identifier 01 for first section and 10 for second section like as this text
(01)080328942307610(10)28/10/2015 ??
--
Paolo Angeretti
Gestionale Open Srl Ranica (BG) - Italy
I set Barcode3.data := CHR(210)+CHR(207)+DBPipeline['barcode']+CHR(207)+copy(DBPipeline['DATE'],1,10);
How can print on printhumanreadal Application Identifier 01 for first section and 10 for second section like as this text
(01)080328942307610(10)28/10/2015 ??
--
Paolo Angeretti
Gestionale Open Srl Ranica (BG) - Italy
This discussion has been closed.
Comments
When PrintHumanReadable is set to True, the barcode will simply output
the Data value as printable text below the barcode. There is no way to
alter this text without altering the Data property.
One option is to set PrintHumanReadable to False, place a TppLable below
the barcode, and assign its caption to the text you would like to display.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
thanks Nico
Paolo Angeretti
Gestionale Open Srl
Ranica (BG) - Italy