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.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 2:01PM
    create a variable prefx and give it the value of 'IN '
    then build your expression using the expression builder
    <prefx>+IntToStr(<Orders."Order No">)
  • edited 2:01PM
    thx a lot! worked fine >

Leave a Comment