Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 Bar Code - Code39

Author  Topic 

sunny_10
Yak Posting Veteran

72 Posts

Posted - 2012-12-14 : 00:31:16
Hi

How to print Bar Code Standard - Code39 . Secondly how to increase Width & Height of Barcode.

Thanks

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-12-14 : 02:50:49
do u've the font downloaded and installed?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

sunny_10
Yak Posting Veteran

72 Posts

Posted - 2012-12-14 : 03:59:30
Hi

I have downloaded font but i have checked it that BarCode Scanner is not detecting it correctly.

Thanks
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-12-14 : 04:02:53
hmm..have you done some custom formatting over it?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

sunny_10
Yak Posting Veteran

72 Posts

Posted - 2012-12-14 : 06:03:00
Hi

I just downloaded font & installed it . I selected that Font in the Text Box properties . No Coding

Thanks
Go to Top of Page

qrcodenet
Starting Member

4 Posts

Posted - 2013-01-06 : 22:41:00
To print Code 39, you need font or 3-rd control. To modify the width and height, you could change the parameter in the included property setting panel or just using .NET codes. You may refer to the tutorial below:http://www.tarcode.com/barcode-winforms/barcodes/code39.html

bar code generation DLL
Go to Top of Page

Roert
Starting Member

1 Post

Posted - 2013-01-17 : 04:58:22
I used a barcode 3 of 9 image library to print it in SQL Server, the link of the barcode 3 of 9 image library for ssrs, http://www.avapose.com/dotnet_barcode_reporting_service/code39_generator.shtml. 3 of 9 barcode has wide and narrow bars. It is hard to increase the bars using a font. If use the barcode image library, the ratio can be set automatically.
Go to Top of Page

barcode123
Starting Member

2 Posts

Posted - 2013-01-21 : 23:13:00
If you add a third-party barcode generator, the question will be soloved easily. Because most pofrssional barcode generators make it easy to change the values of the barcode properties by offering a user panel. But if you want to generate it in C# OR VB codes, maybe the following article (Generate Code 39 using C# VB.NET) can help you.
http://www.barcodelib.com/net_barcode/barcode_symbologies/code39.html
Go to Top of Page

Thomassunshine
Starting Member

5 Posts

Posted - 2013-01-24 : 02:56:24
There are many barcode solutions offered.
One of the solutions is Barcode Generator for Reporting Service([url]http://www.businessrefinery.com/products/barcode_reporting_service/main.html[/url]).
It is designed to generate, create various linear & 2D barcode into Microsoft SQL Server Reporting Service (SSRS) reports with a Custom Report Item (CRI). Full WYSIWYG design-time support & Barcode Builder design-time editor support are provided for Microsoft Visual Studio 2005 / 2008 / 2010 and SQL Server 2005 / 2008 / 2012 Business Intelligence Development Studio.
You can adjust barcode size,including barcode width and barcode length based on needs.
Hope it helps!
Go to Top of Page

sdfwea
Starting Member

1 Post

Posted - 2013-02-03 : 21:33:06
You can read this passage called Windows Forms .NET Code 39 Generator Library ([url]http://www.onbarcode.com/winforms/code_39_generator.html[/url]). It may help. Because I am using it now.
Or you may take a look at this detailed tutorial:
[url]http://www.onbarcode.com/tutorial/windows-forms-barcode-generation.html [/url]
Go to Top of Page

abbyyy
Starting Member

9 Posts

Posted - 2013-04-11 : 22:49:08
Hi
To unspammed, you should use a barcode generator that supports linear barcodes. For your second question, you may change width or height of a barcode through properties window or by writing codes to control.
Go to Top of Page

danny rough
Starting Member

2 Posts

Posted - 2013-04-25 : 23:15:04
to adjust the width and height of your barcodes , you should employ an imaging sdk which has the function of adjusting barcodes. as for printing barcode , normal imaging sdks support barcode generation. good luck!
unspammed
Go to Top of Page

cindy313
Starting Member

7 Posts

Posted - 2013-08-01 : 04:38:29
as for this question,you may try this code 39 barcode generator http://www.keepautomation.com/online_barcode_generator/code_39/
Go to Top of Page
   

- Advertisement -