Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How i can start with barcode
Message
 
To
14/10/2004 03:35:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00950951
Message ID:
00951359
Views:
6
>hi,
>thanks for advice.i will

If you go with the 3 of 9 barcode, and are printing the labels from Fox fields, you'll have to add an asterisk (*) at the beginning and end of the data in the field to make it work with the scanner or wand - at least with most of the 3 of 9 fonts. For example, if the value of PartNo is 12345 then you would use "*"+alltrim(str(Partno))+"*" as the label.

You also have to be careful about using spaces in the bar code - it doesn't understand them. You'll have to replace the space with an underscore to get it to scan - something like this: "*"+leftstrtran(alltrim(matl)," ","_"),14)+"*"
Phil Thomas
http://phillipdthomas.com

Never let your energy or enthusiasm be dampened by the discouragements that must inevitably come.....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform