Home > database >  Vfp6.0 to print bar code
Vfp6.0 to print bar code

Time:09-19

I am using xp + vfp6, want to be in the report print code128cmhr font, tried, fonts for directly, from barcodesoft website, also tried to use barcodesoft offer barcodesoft..prg, can print the barcode, but with scanner sweep out, who can help me analyse what problem? I want to print the content of the is one of the 12 pure digital string,

CodePudding user response:

Is it because vfp6 does not support? 9 if it is, it would be time

CodePudding user response:

I need in VFP print bar code displayed on the report, laser printers, HPM202. Use special software to print the barcode and sweep abroad successfully, printer is no problem, but I use VFP to print the barcode, the black and white border, there is no special software to make clear, couldn't sweep

CodePudding user response:

Can, under a barcode font is ok,

CodePudding user response:

Add a "*" before and after

CodePudding user response:

Tried a way to directly use the font, not line, also play * is code39 before and after, I want to use 128 c

CodePudding user response:

reference 5 floor qq_27696139 reply:
tried a way to directly use the font, not line, also play * is code39 before and after, I want to use 128 c

With barcode fonts (39), more than 10 years ago is in use, add * content before and after, a little bit big font, and laser printers,
Please refer to: https://bbs.csdn.net/topics/390671184

CodePudding user response:

The qr code? Learn a recruit again

CodePudding user response:

Can, be sure to add a "*" before and after

CodePudding user response:

Directly use the font line, Code words should be in before and after adding a "*",

CodePudding user response:

I use the stupid way, drew 107 basic barcode, then close together,

CodePudding user response:


Used to print the examinee file cover, good self-adhesive printing, direct stick up,

CodePudding user response:

CodePudding user response:

Method one: use barcode font
Method 2: use controls
Search, VFP source,

CodePudding user response:

The SET PROCEDURE TO LOCFILE (" FoxBarcode..prg "), LOCFILE (" gpImage2..prg "), i.e. the

The LOCAL loFbc, lcImage
M.l oFbc=CREATEOBJECT (" FoxBarcode ")

WITH loFBC
NBarCodeType=110
. CSet128="*"
. NFactor=3
NImageHeight=100
. NRotation=0
. LShowHumanReadableText=. F.
. LDeleteTempFiles=. F. & amp; & Not delete the temporary folder and image files
. Ctemppath="C: \ TXMML"
ENDWITH

M.l cImage=m.l oFbc. BarcodeImage (" barcode content ")

CodePudding user response:

On the 14th floor radiofan
reference response:
SET PROCEDURE TO LOCFILE (" FoxBarcode..prg "), LOCFILE (" gpImage2..prg "), i.e. the

The LOCAL loFbc, lcImage
M.l oFbc=CREATEOBJECT (" FoxBarcode ")

WITH loFBC
NBarCodeType=110
. CSet128="*"
. NFactor=3
NImageHeight=100
. NRotation=0
. LShowHumanReadableText=. F.
. LDeleteTempFiles=. F. & amp; & Not delete the temporary folder and image files
. Ctemppath="C: \ TXMML"
ENDWITH

M.l cImage=m.l oFbc. BarcodeImage (" barcode content ")

I also use the https://github.com/VFPX/FoxBarcode
  •  Tags:  
  • VFP
  • Related