Barcode
Didier Le Van
HelloI need to print bar code "Data Matrix"
Can I print the bar code ?
Thank you
Didier
Martin Ehrensberger
Hi Didier,We will come up with a solution in the next two weeks.
Regards
Martin
0
-
Our Costumer needs a solution too. Can you share some HowTo?
0 -
Hi Thomas,
take a look here:
regards Lothar
0 -
Hi, wants about Barcode 128? Is there a solution too?
0 -
Hi Thomas,
128 can be found in the list, too. But I can't remember what to use for the FNC1 for elements with a variable length. The leading FNC1 is standard.
0 -
OK, Thank you.
0 -
If you put the variable element at the end the FNC1 is not needed. If you got more than 1
you can try it with this:"02" & advancedDataBand1("Barcode").PadLeft(14,"0") & "37" & advancedDataBand1("Menge VPE") & Chr(29) & "10" & advancedDataBand1("Batch")
Chr(29) = FNC1
0
Please sign in to leave a comment.
Comments
6 comments