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:58PM
    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:58PM
    thx a lot! worked fine >

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.