Barcode printing of a part number

jchellap

Member
hello All,

QAD .net UI Version: 2011 SE

I need to generate a file which is having the details part numer(pt_part), part description(pt_desc1 + pt_desc2) and the barcode of the part number. The file will be used to generate the labels for warehouse part trays.

I am not sure how to print the bar code of the part dynamically.

My requirement is something like this

output to part_det.csv.
for each pt_mstr no-lock:
export delimiter "|" pt_part pt_desc1 + pt_desc2 "barcode of the part number".
end.
output close.


Can anyone help me on this please? This is the first time I am working on barcode.

Thanks in advance !!

 
One option you could try is the Free DocxFactory Project.

I used it to create the attachment and you could also use it to print or create PDF's.


Currently the DocxFactory project only supports the major 1D barcodes

BUT next week I'm uploading a new version and docs that will support nearly 100 1D and 2D barcodes (you can see some of them in the attachment).


You can download the binaries and follow the tutorial to get started.

HTH
 

Attachments

Back
Top