Results 1 to 21 of 21

Thread: VB6 - Code128 A,B and C

Hybrid View

  1. #1
    New Member
    Join Date
    Nov 2010
    Posts
    2

    Re: VB6 - Code128 A,B and C

    Is there a way to print UCC/EAN-128 in Visual Basic 6 ?

    I'm trying to find it, but no solutions...

  2. #2
    New Member
    Join Date
    Oct 2010
    Posts
    3

    Re: VB6 - Code128 A,B and C

    see http://www.barcodeisland.com/uccean128.phtml :

    ... a UCC/EAN-128 symbol is, in fact, a Code 128 bar code. The UCC/EAN-128 symbol has the following Code 128 structure:
    1) A Code-128 Start character (A, B, or C).
    2) A Code-128 FNC1 character (character 102).
    3) Application Identifier (from AI table corresponding to data to be encoded).
    4) Data to be encoded (format depends on AI).
    5) A Code-128 checksum character.
    So just use the code given by CV Michael (but beware of the missing start character issue)

  3. #3
    New Member
    Join Date
    Nov 2010
    Posts
    2

    Re: VB6 - Code128 A,B and C

    Quote Originally Posted by berserkk View Post
    see http://www.barcodeisland.com/uccean128.phtml :



    So just use the code given by CV Michael (but beware of the missing start character issue)
    Thanks a lot, berserkk.

    I'll take a look at this.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width