0 pts.
 Printing a barcode from the O specs of an RPG program
Specifically, I need information on how to print a barcode from the O specs of an RPG program. I found an example to print a barcode by passing hex in the O specs, but I didn't understand the how to part. I realize this is an older way of printing a barcode as I am aware of how to use the DDS and RPG combined to accomplish the same thing. However, the software application program already has the printer file in the O specs of the RPG program. Essentially, all I am doing is adding the barcode to the bottom of the printer file in the O specs. Any help would be greatly appreciated.

Software/Hardware used:
ASKED: January 7, 2007  9:16 PM
UPDATED: January 10, 2007  4:09 AM

Answer Wiki:
The lone solution I know is to built the list with DDS using the function BARCODE where you can specify the barcode (128,39,...) that you wantto use. Example : 0007.00 A 1 3'code article ' 0008.00 A CODART 10 O 1 25BARCODE(CODE128 *HRZ *HRI) the printer must be IPDS Good luck
Last Wiki Answer Submitted:  January 8, 2007  8:26 am  by  JPPLOU   115 pts.
All Answer Wiki Contributors:  JPPLOU   115 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Thanks for the reponses. I did conclude that the hex codes used in the O specs are dependent on the printer. The printer is a Lexmark T630. I’m going to attempt calling their technical support.

Thanks,
Alicia

 0 pts.