Page 1 of 1

EAN-13 barcode Printing Problem

Posted: Wed Jan 29, 2014 5:44 am
by SayedOthman
hello every body ,
i need your help please ,
i have a report which designed for printing barcode stickers i am using EAN-13 barcode
on the machine that has stimulsoft and visual studio my application print the report without any problem but when install my application with required assemblies (Stimulsoft.Base.dll,Stimulsoft.Report.dll,Stimulsoft.Controls.dll) on another Machine all reports are printed successfully but barcode report ?
the sticker printed with number not barcode lines and with small size
is there any dll must be included with my application ?

thank you and best regards

Re: EAN-13 barcode Printing Problem

Posted: Wed Jan 29, 2014 6:25 am
by HighAley
Hello.

Which version of our product do you use?
Which printer do you use?
How do you print?
Please, send us any sample of printed sticker.

Thank you.

Re: EAN-13 barcode Printing Problem

Posted: Wed Jan 29, 2014 7:06 am
by SayedOthman
thank you for reply
i am using Stimulsoft Reports.Net 2011.1
printer : zebra TLP 2844

this method that used to print report

Code: Select all

 Public Shared Sub PrintBarcode(ByVal obj As Object, ByVal PrinterName As String)
        Dim report As New StiReport
        report.Load(New MemoryStream(GetReport(2)))
        report.RegBusinessObject("Data", obj)
        report.PrinterSettings.PrinterName = PrinterName
        report.Render(False)
        report.Print(False)
    End Sub
i have virtual pc to test my application and problem appear on it not on host pc ?

Re: EAN-13 barcode Printing Problem

Posted: Thu Jan 30, 2014 10:17 am
by HighAley
Hello.

Please, send us any sample of printed sticker.

Thank you.

Re: EAN-13 barcode Printing Problem

Posted: Thu Jul 10, 2014 1:45 pm
by SayedOthman
sample from production machine

Re: EAN-13 barcode Printing Problem

Posted: Thu Jul 10, 2014 1:46 pm
by SayedOthman
this sample from lab machine

Re: EAN-13 barcode Printing Problem

Posted: Thu Jul 10, 2014 1:48 pm
by SayedOthman
now this the report file

Re: EAN-13 barcode Printing Problem

Posted: Fri Jul 11, 2014 10:05 am
by HighAley
Hello.

Sorry, but we couldn't reproduce your issue.
While you don't get anything on the report, check if you have access to your data source.
Please, try also the latest build.

Thank you.

Re: EAN-13 barcode Printing Problem

Posted: Fri Jul 11, 2014 10:21 am
by SayedOthman
when i added all stimulsoft dll libraries as a references in my project my problem solved .
thanks for your support

Re: EAN-13 barcode Printing Problem

Posted: Sat Jul 12, 2014 5:45 am
by Andrew
Great!

Have a nice weekend!