EAN-13 barcode Printing Problem

Stimulsoft Reports.NET discussion
Post Reply
SayedOthman
Posts: 24
Joined: Sun Dec 29, 2013 7:10 am

EAN-13 barcode Printing Problem

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: EAN-13 barcode Printing Problem

Post 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.
SayedOthman
Posts: 24
Joined: Sun Dec 29, 2013 7:10 am

Re: EAN-13 barcode Printing Problem

Post 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 ?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: EAN-13 barcode Printing Problem

Post by HighAley »

Hello.

Please, send us any sample of printed sticker.

Thank you.
SayedOthman
Posts: 24
Joined: Sun Dec 29, 2013 7:10 am

Re: EAN-13 barcode Printing Problem

Post by SayedOthman »

sample from production machine
Attachments
this  sample for report on production machine
this sample for report on production machine
Pro Report.png (367 Bytes) Viewed 3659 times
Last edited by SayedOthman on Thu Jul 10, 2014 1:49 pm, edited 1 time in total.
SayedOthman
Posts: 24
Joined: Sun Dec 29, 2013 7:10 am

Re: EAN-13 barcode Printing Problem

Post by SayedOthman »

this sample from lab machine
Attachments
report from lab machine
report from lab machine
Lab Report.png (1.47 KiB) Viewed 3659 times
SayedOthman
Posts: 24
Joined: Sun Dec 29, 2013 7:10 am

Re: EAN-13 barcode Printing Problem

Post by SayedOthman »

now this the report file
Attachments
Barcode.mrt
stimulsoft report file
(7.17 KiB) Downloaded 524 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: EAN-13 barcode Printing Problem

Post 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.
SayedOthman
Posts: 24
Joined: Sun Dec 29, 2013 7:10 am

Re: EAN-13 barcode Printing Problem

Post by SayedOthman »

when i added all stimulsoft dll libraries as a references in my project my problem solved .
thanks for your support
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Re: EAN-13 barcode Printing Problem

Post by Andrew »

Great!

Have a nice weekend!
Post Reply