Hello,
I am trying to print a postnet barcode on a letter, but when it prints the barcode, all the marks are the same.
 
For example, I am trying to print
:123456789:
 
but I get
I IIiii IIiii IIiii IIiii IIiii IIiii IIiii IIiii IIiii IIiii I
 
The capital I's represent the tall marks and the small i's represent the short marks...
 
It looks like there are 10 groups all the same.
 
How do I get the Postnet barcode to print correctly.
 
My code is as follows:
 
NoPen
SetBarcodeParms(BCP_HIDE, BCP_HIDE)
Barcode(300, VBOTTOM, -500, -45, BCT_POSTNET, ":123456789:", "")
 
Thanks for your help,
Kent