Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

BarCode Creation Expand / Collapse
Author
Message
Posted Monday, May 23, 2011 5:07 AM
Grasshopper

GrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopper

Group: General Forum Members
Last Login: Sunday, November 20, 2011 11:58 PM
Points: 14, Visits: 35
How to Create Postnet code in Rdlc Report (Visual Studio 2010)..
Post #1113268
Posted Tuesday, May 24, 2011 7:07 AM
SSCrazy

SSCrazySSCrazySSCrazySSCrazySSCrazySSCrazySSCrazySSCrazy

Group: General Forum Members
Last Login: 2 days ago @ 11:53 AM
Points: 2,672, Visits: 2,416
There are bar code fonts available for download or puchase. Get the fonts, develop the report with the font, make sure the font is installed where the rdlc will be run.
Post #1113984
Posted Tuesday, May 24, 2011 7:38 AM


SSChampion

SSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampion

Group: General Forum Members
Last Login: Yesterday @ 1:11 PM
Points: 11,605, Visits: 27,645
also note there are different types of bar codes, so you need to know which style you need:




Lowell

--There is no spoon, and there's no default ORDER BY in sql server either.
Actually, Common Sense is so rare, it should be considered a Superpower. --my son
Post #1114028
Posted Tuesday, May 24, 2011 8:20 AM


SSC-Insane

SSC-InsaneSSC-InsaneSSC-InsaneSSC-InsaneSSC-InsaneSSC-InsaneSSC-InsaneSSC-InsaneSSC-InsaneSSC-InsaneSSC-Insane

Group: General Forum Members
Last Login: 2 days ago @ 5:19 AM
Points: 21,357, Visits: 9,530
I've used this in the past with access but I guess it could work in VS.

IDAutomation.com Code 39 Free Font
Post #1114065
Posted Thursday, May 26, 2011 5:41 AM
Grasshopper

GrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopper

Group: General Forum Members
Last Login: Sunday, November 20, 2011 11:58 PM
Points: 14, Visits: 35
Barcode Create-Posnet style.
Post #1115337
Posted Thursday, May 26, 2011 5:43 AM
Grasshopper

GrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopper

Group: General Forum Members
Last Login: Sunday, November 20, 2011 11:58 PM
Points: 14, Visits: 35
Thank U....
Post #1115339
Posted Friday, May 27, 2011 10:16 AM


Right there with Babe

Right there with BabeRight there with BabeRight there with BabeRight there with BabeRight there with BabeRight there with BabeRight there with BabeRight there with Babe

Group: General Forum Members
Last Login: 2 days ago @ 9:18 AM
Points: 772, Visits: 1,825
You mentioned specifically "Postnet" barcodes. There is something that you should no about barcodes.

Many times the symbology (what type of code the barcode uses) does not matter. Modern scanners can and do read barcode hundreds of times per second. They can decode most types of barcodes and not even much notice that two different barcodes on the same package are of different types. Barcodes are things that I deal with every day.

Well Postnet is meant to be read by the Post Office. There is a bunch of touchy folks for you. The have very exacting standards in regards to the barcode. It must be in exactly the correct format and size for their equipment to read it. They use older stuff and in order to save money the put out tougher standards rather than upgrading the hardware.

The first sort is if the item has or does not have a barcode. Things without a barcode go down the main line to optical readers. Stuff with a useable barcode go down the express processing line. Stuff with a barcode that misreads is kicked off the line for (wait for it) manual processing.

So if you get it right you can speed you packages down the system to be sure. Get it wrong and you can actually slow them to a crawl.

Go online and look for the postal standards in your area. You may want to contact your postmaster.

Yes you can print postnet barcodes using a font, but it must be a postnet barcode.


ATB

Charles Kincaid

Post #1116376
Posted Monday, September 03, 2012 1:13 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: General Forum Members
Last Login: Tuesday, December 04, 2012 3:10 AM
Points: 3, Visits: 7
here is a barcode library for .NET supporting Postnet generation in rdlc reports. This barcode library can used as a custom assembly into the local reports to create the Postnet barcodes for local reports.
Post #1353364
Posted Tuesday, September 25, 2012 8:43 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: General Forum Members
Last Login: Tuesday, December 11, 2012 9:01 PM
Points: 4, Visits: 10
It is possible to generate 1D and 2D barcodes images in a Report Definition Language Client-side/RDLC Report file according to your requirement. I created one trough C# and VB.NET programming using Visual Studio 2005 and 2010. What you need is the barcode library to create barcodes in RDLC. Hope this helps.



Barcode Source Expert for barcode generation in .NET
Post #1364404
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse