TfrxBarCodeView - BarType bdCode128C - Function 1

msuarezmsuarez Colombia
edited June 2008 in FastReport 4.0
Hello to All,

Someone knows how to include Function 1 (FNC1) "special characters" in the text property of the BarCode?

This is essential to separate fields within an EAN 128 C barcode.

Thank you very much in advance. >

Comments

  • edited 6:56PM
    msuarez wrote: »
    Hello to All,

    Someone knows how to include Function 1 (FNC1) "special characters" in the text property of the BarCode?

    This is essential to separate fields within an EAN 128 C barcode.

    Thank you very much in advance. >


    I have the same question also.
    Does FR not support FNC1?

  • edited 6:56PM
    I've got the same problem.

    EAN128 / UCC it's a standard barcode international now.
    Very big compagny use it ! Nestl?©, Mars, etc..

    It's very important for me to find a solution of this problem
  • edited 6:56PM
    Finally:

    Insert in your barcode String:
    &FNC1;
    

    So if you want to use this barcode: 123123 sperated after the first "3" your string would be this:
    wrote:
    123&FUNC1;123
  • edited September 2011
    Sorry, answered my own question..
  • edited June 2015
    msuarez wrote: »
    Hello to All,

    Someone knows how to include Function 1 (FNC1) "special characters" in the text property of the BarCode?

    This is essential to separate fields within an EAN 128 C barcode.

    Thank you very much in advance. >

    When I did a barcode project before, I was also asked to do EAN-128 with FNC. It seems to be pqScan, if I wasn't wrong. You can also check out the code 128 barcode reader to validate it.
  • edited 6:56PM
    Does anyone have any examples of how would the string and how to proceed?
  • gpigpi
    edited 6:56PM
    Use 123&FUNC1;123
  • edited 6:56PM
    You know any example?

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.