Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How i can start with barcode
Message
 
À
14/10/2004 03:35:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00950951
Message ID:
00951359
Vues:
7
>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.....
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform