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 !!
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 !!