• hi, M.M.

    :: Code 128 ::

    I have used your code in sql which you described in http://www.sqlservercentral.com/Forums/FindPost1470956.aspx

    and returning value of a column like SELECT encoded_for_128 FROM dbo.Code128Barcode('140000009','B') through procedure to winform, and there I am using dataset to fill values using this procedure; and then filling table adapter and all these things. In SSRS, I have set barcode font to "Code 128" & I have set barcode font size to 30pt, well on execution of program I get barcode printed properly; but scanner doesn't scans it. Am I comiting any kind of mistake???

    :: Bar-Code 39 ::

    I also have used this bar-code in my program, in this case I don't have to use sql function; just I have to add "*" at the start and at the end of my value in SSRS, as it indicates barcode value is between those "*". On execution, it prints properly on font size of 20 pt, but doesn't scans. And on using wordpad, I am setting same value, same font size, same font; it prints and scans well.

    Any Idea?? behind these.

    One thing I have noticed is; when using my program to print bar-code, thickness of printed barcode is greater than barcode thickness printed using wordpad., I am attaching images as below:-

    Using Wordpad=>

    http://postimage.org/image/cvdqpchff/

    Using my WinForm project=>

    http://postimage.org/image/tlp4eofuj/

    Plz help!!!

    :unsure: