Hi All,
I need to insert horizontal tab in code 128 A barcode in designer.
I am using below javascript in calculate event.
this.rawValue = "ABC"+" "+"123";
I am getting below error while opening pdf.
"Invalid barcode value:ABC 123 is an invalid value for barcodes of type code128A"
Can anyone tell me how to insert horizontal tab in code128 A barcode without such error popup.