Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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.
Try a lowercase i.
As long as your barcode reader accepts Code128A codes, the following will give you a tab:
25.00iNONVAT
This will give you: 25.00 NONVAT
Great for Excel
Views
Likes
Replies