Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PPLB Guru Needed

Status
Not open for further replies.

kiwiCoder

Technical User
Aug 2, 2001
45
0
0
NZ
I have a reasonable amount of experience printing EAN barcodes
but now have a problem reducing the total width of a PPLB generated barcode. The following is the code used in VB6 to generate the barcode.
Print #1, ("B20,165,0,1E,2,2,160,N," & Chr$(34) & "01" & Trim$(sEanNo) & msvarPG & icheckDigit & "10" & mvPrintLabelsArray(0) & Chr(29) & "240" & msMaterial & Chr$(34))

the barcode is generated correctly but is fractionaly too large for a 100mm wide label(no white space left), wider labels are out of the question. Is there a way to reduce the barcode width.

Regards


If you love your job you never have to work again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top