Options

Bar Code

bobbySrivastavabobbySrivastava Member Posts: 30
HI

I WANT TO GENERATE BAR CODE AND PRINT ON REPORT.
I WANT TO USE THE SALES ORDER NO. FOR BAR CODE AND THEN
PRINT ON THE REPORT.

ANY SUGGESTIONS

THNX

Comments

  • Options
    SavatageSavatage Member Posts: 7,142
    http://www.mibuso.com/forum/viewtopic.p ... ht=barcode

    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
  • Options
    PollekePolleke Member Posts: 18
    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.
Sign In or Register to comment.