EAN-13 barcode Printing Problem
-
- Posts: 24
- Joined: Sun Dec 29, 2013 7:10 am
EAN-13 barcode Printing Problem
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
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
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.
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.
-
- Posts: 24
- Joined: Sun Dec 29, 2013 7:10 am
Re: EAN-13 barcode Printing Problem
thank you for reply
i am using Stimulsoft Reports.Net 2011.1
printer : zebra TLP 2844
this method that used to print report
i have virtual pc to test my application and problem appear on it not on host pc ?
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
Re: EAN-13 barcode Printing Problem
Hello.
Please, send us any sample of printed sticker.
Thank you.
Please, send us any sample of printed sticker.
Thank you.
-
- Posts: 24
- Joined: Sun Dec 29, 2013 7:10 am
Re: EAN-13 barcode Printing Problem
sample from production machine
- Attachments
-
- this sample for report on production machine
- Pro Report.png (367 Bytes) Viewed 3667 times
Last edited by SayedOthman on Thu Jul 10, 2014 1:49 pm, edited 1 time in total.
-
- Posts: 24
- Joined: Sun Dec 29, 2013 7:10 am
Re: EAN-13 barcode Printing Problem
this sample from lab machine
- Attachments
-
- report from lab machine
- Lab Report.png (1.47 KiB) Viewed 3667 times
-
- Posts: 24
- Joined: Sun Dec 29, 2013 7:10 am
Re: EAN-13 barcode Printing Problem
now this the report file
- Attachments
-
- Barcode.mrt
- stimulsoft report file
- (7.17 KiB) Downloaded 524 times
Re: EAN-13 barcode Printing Problem
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.
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.
-
- Posts: 24
- Joined: Sun Dec 29, 2013 7:10 am
Re: EAN-13 barcode Printing Problem
when i added all stimulsoft dll libraries as a references in my project my problem solved .
thanks for your support
thanks for your support
Re: EAN-13 barcode Printing Problem
Great!
Have a nice weekend!
Have a nice weekend!