|
-
Nov 22nd, 2010, 12:10 PM
#1
New Member
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...
-
Nov 22nd, 2010, 05:44 PM
#2
New Member
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)
-
Nov 24th, 2010, 11:27 AM
#3
New Member
Re: VB6 - Code128 A,B and C
 Originally Posted by berserkk
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|