Code 128 barcode in GUI

fmathers

New Member
we are printing barcodes in Code 128 from a qad program using the standard start and stop codes. It works fine in character interface to a HP Laserjet 5550 printer setup as a unix printer under HP-UX.

When we print to the same printer from GUI interface setup on a Windows server we the barcode prints with a blank area insde the barcode.

Has anyone seen this before? Is this a driver issue on Windows?​
 

Attachments

  • BarcodeSpace.pdf
    99.2 KB · Views: 28
I have seen this when you cut and past or dump/load the printer codes from Unix to Windows, try deleting the control codes and type in manually.
 

Rob Fitzpatrick

ProgressTalk.com Sponsor
not knowing whether this code 128 barcode generator helps?

Hi cindy313,

Your total contribution to ProgressTalk consists of four one-line posts, all containing links to the same commercial web site. If you have a relationship with that site would you disclose it please? And if you are seeking advertising opportunities I suggest you contact the ProgressTalk.com site administrators. Thank you.
 

Cecil

19+ years progress programming and still learning.
I not sure if this is going to help but I think there is Windows Client Startup Parameter:
Windows Passthrough Printing (-Wa -wpp)
Use Windows Passthrough Printing (-Wa -wpp) to enable WPP mode for the session.
You can only use this startup parameter at the command line. It is ignored when used in a .pf
file. It must be the last parameter in the command.
 
Top