Make a copy of the Order Number field.
We placed it next to the right of the Order Number field. so at this point it looks like you have the order number printing twice.
Enter the properties of the second order & make these changes
FontName : BC C39 3 to 1 Narrow (or whatever 3of9 type you want to use)
SourceExpr: '*' + "Sales Header"."No." + '*'
*note you might want to increase the fontsize a bit to say 20
**also note - the fonts' need to be installed on every client pc that will be printing this report.
***this is for 3of9 only, it's a pretty generic type & all our out of the box scanners can read it.
****if you use the forum search for "barcode" you will find numerous posts & solutions
There are several commercial programs that support you in generating a bitmap of the requested barcode.
Use the automation control of this program to tell the barcode-program what barcode you want, and import the bitmap (that is returned by the program) in a variable that can be printed.
Comments
barcode 3 of 9 is a pretty easy setup
you do have barcode fonts?
----
We did it like this
Make a copy of the Order Number field.
We placed it next to the right of the Order Number field. so at this point it looks like you have the order number printing twice.
Enter the properties of the second order & make these changes
FontName : BC C39 3 to 1 Narrow (or whatever 3of9 type you want to use)
SourceExpr: '*' + "Sales Header"."No." + '*'
*note you might want to increase the fontsize a bit to say 20
**also note - the fonts' need to be installed on every client pc that will be printing this report.
***this is for 3of9 only, it's a pretty generic type & all our out of the box scanners can read it.
****if you use the forum search for "barcode" you will find numerous posts & solutions
http://www.BiloBeauty.com
http://www.autismspeaks.org
Use the automation control of this program to tell the barcode-program what barcode you want, and import the bitmap (that is returned by the program) in a variable that can be printed.