Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anyone know barcode 128 can not scan?
Message
From
13/10/2011 03:39:30
 
 
To
13/10/2011 03:29:22
General information
Forum:
ASP.NET
Category:
Reporting
Environment versions
Environment:
VB 9.0
Network:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01526245
Message ID:
01526247
Views:
48
>Hi all,
> I use vb.net, font code 128 ,crystal report write a barcode printout but can not scan. I feel the free fonts code 128 some of problem or
>method problem. I select the field object > right click > format object > font and then select Code 128
>Anyone try and me can not scan. May you give some idea to me. Thank you ~~~

http://en.wikipedia.org/wiki/Code_128

Maybe you are not including start, stop and/or check characters in your string. For example, maybe you are trying to create a Code 128 barcode for "AlexLam" by putting "AlexLam" on a report and specifying the Code 128 font. That will not work, instead what you would put on the report is
StartCharacter + "AlexLam" + CalculatedCheckCharacter + StopCharacter
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform