Barcode with prefix
Hello,
i want to use the barcode of fastreports and classyfy the documents by a prefix before the numbers of the barcode.
for example a barcode without prefix for an invoce: 123456, with prefix: IN 123456
can someone tell me(the syntax of the barcode) how it works, that i put a String prefix into my barcode?
in the attachment you can find a screenshot of the kind of barcode, that i want. unfortunately, the used syntax doesn??t work.
i thank you in advance for any help.
i want to use the barcode of fastreports and classyfy the documents by a prefix before the numbers of the barcode.
for example a barcode without prefix for an invoce: 123456, with prefix: IN 123456
can someone tell me(the syntax of the barcode) how it works, that i put a String prefix into my barcode?
in the attachment you can find a screenshot of the kind of barcode, that i want. unfortunately, the used syntax doesn??t work.
i thank you in advance for any help.
Comments
then build your expression using the expression builder
<prefx>+IntToStr(<Orders."Order No">)