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 4:12AM
    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 4:12AM
    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 4:12AM
    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 4:12AM
    Does anyone have any examples of how would the string and how to proceed?
  • gpigpi
    edited 4:12AM
    Use 123&FUNC1;123
  • edited 4:12AM
    You know any example?

Leave a Comment