How to Print Barcode in Navision

ranjityadavranjityadav Member Posts: 92
Can anyone tell me how to print barcode from navision.

Answers

  • sdeoresdeore Member Posts: 9
    Hi

    If you just want to print a free Bar code font.
    Download a free font available over the net (like IDautoamtionHC39M) and install on your system.
    Go to reports and change the fontname property of the field to the font you have just installed.

    done...
  • ranjityadavranjityadav Member Posts: 92
    Hii i tried 39 font and code 128 also but it is not working can u guide me pls.
  • couberpucouberpu Member Posts: 317
    Hii i tried 39 font and code 128 also but it is not working can u guide me pls.

    We print BarCode, code 39, on our sales invoice and this is what we have in our report where we want to print barcode:

    In fontname entered BC C39 3 to 1 Narrow
    In SourceExpr entered '*' + "Sales Invoice Header"."No." + '*'

    CouberPu
  • ranjityadavranjityadav Member Posts: 92
    Thank you for response.
    I tried font 39 for item code.
    like * + item."No."+*
    it is printing Barcode but not readable by the device.
    The device is reading the barcode printed on my laptop ,CD case a book barcode also but not this one.
    can u advice me in this case what i have to do
  • couberpucouberpu Member Posts: 317
    What is your item#?
    Did you entered '*' or just * in the expression?
  • ranjityadavranjityadav Member Posts: 92
    Hii
    My Item No. is 630175452122
    and i enterd this value in a text variable

    text variable := '*'+630175452122+'*'.
    it is printing the barcode but it is not readable by the barcode reader.
  • couberpucouberpu Member Posts: 317
    Can your barcode reader read Code 39?
    Usually I do something like this <Text Var> := '1234567890';
    Then in SourceExpr I entered '*' + <Text Var> + '*'
  • ranjityadavranjityadav Member Posts: 92
    I dont know abut the font which the reader support.
    but as i tried to read my laptop barcode which is readed by reader then i tried to CD case it is also readable and i tried few more and the reader detected the barcode but not from navision with font 39 and code 128.
  • garakgarak Member Posts: 3,263
    Search the forum for Barcode, Code128, EAN or 3of9

    Regards
    Do you make it right, it works too!
  • sdeoresdeore Member Posts: 9
    Hi

    Try this really a basic step -

    Open MS word and enter (123456789) and select Font as IDAutomationHC39M or the one which you are using. * It will look like a barcode.

    Print and try to scan this code.

    If its working then
    try to amend your code
    else
    try to amend your scanner.

    ;);)
  • ranjityadavranjityadav Member Posts: 92
    the font IDAutomationHC39M is wroking but i m facing another issue because it is readable with large font wen i reduce the size to 5 it is not readable. with Font size more then 9 it is readable. is the label requirement is to use 5 font max.
    can u help me pls
  • i4tosti4tost Member Posts: 208
    Find another barcode font. If there is no free, than for sure there are not free font. Every barcode font is dedicated for some sizes.
  • ranjityadavranjityadav Member Posts: 92
    I tired lots of fonts some of them is working some of them is not but my lable size is 2.5 inch in length and 2.5 inch in width.
  • i4tosti4tost Member Posts: 208
    i've tried code39 on very small labels and it works. So maybe your reader is not good enough :(
  • ranjityadavranjityadav Member Posts: 92
    dear can you mail me your font on my id ranjitengineer@GMAIL.COM pls..
  • martin2008martin2008 Member Posts: 10
    Could be one of many reasons -- just a few tips I didn't already see:

    - Make sure there is ample whitespace around the barcode, the left and right especially.
    - Print it at a good DPI (minimum 300), don't print in draft quality.
    - Don't use an inkjet printer.

    Either way, I seriously doubt this problem has anything to do with NAV. Do some testing in MS Word until you get it working.
  • tejateja Member Posts: 78
    Hi ranjityadav,


    try this Download , may be it is useful..
    http://www.mibuso.com/dlinfo.asp?FileID=804


    Regards,
    Teja
  • ArsadmohamedArsadmohamed Member Posts: 1
    Dear ,
    Still if you facing problem kindly contact me.i will guide how to print barcode and shelf labels from nav directly I have already done it .
    Best regards
    Arsad
Sign In or Register to comment.