I am using Crystal Reports XI -
I want to barcode a string which contains numbers and may contain a letter. The letter character is typically uppercase but may be lowercase at times. If I use StringtoCode39 function the string 123s1 is read by the barcode reader as 123+S1. I am using Code39RegularF font for the barcode.
Any ideas how I can handle these lowercase characters with code39? I've tried programming my Symbol reader to CAPS LOCK ON and CONVERT ALL TO UPPER CASE with no luck. Any ideas?
I want to barcode a string which contains numbers and may contain a letter. The letter character is typically uppercase but may be lowercase at times. If I use StringtoCode39 function the string 123s1 is read by the barcode reader as 123+S1. I am using Code39RegularF font for the barcode.
Any ideas how I can handle these lowercase characters with code39? I've tried programming my Symbol reader to CAPS LOCK ON and CONVERT ALL TO UPPER CASE with no luck. Any ideas?