How to keep the BarCode end space character?
Hi all,
I added a BarCode control, using Code128 encoding, I found that when the bar code string ends with the space character, the space character will be deleted by FastReport. How can I keep the space character at the end of the bar code?
I expect :
> "755 F1260045 "
FR generates : -> "755 F1260045"
Thanks
I added a BarCode control, using Code128 encoding, I found that when the bar code string ends with the space character, the space character will be deleted by FastReport. How can I keep the space character at the end of the bar code?
I expect :
> "755 F1260045 "
FR generates : -> "755 F1260045"
Thanks
Comments
--"To print the barcode representing a space symbol in Code 128 Fonts, use ASCII 194 instead of ASCII 32."
I tried to use ASCII 194 instead of ASCII 32,the sample code is as follows: However, the report shows an error...
Invalid character in input code
[Engine]
+ Trim property has been added for linear barcodes