Print Page | Close Window

QR Codes

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Technical Questions
Forum Discription: Formulas, charting data, Crystal syntax, etc.
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=16330
Printed Date: 18 May 2024 at 7:24am


Topic: QR Codes
Posted By: snufse
Subject: QR Codes
Date Posted: 02 May 2012 at 3:43am
Have following question:
 
Is it possible to use QR codes in Crystal Report (instead of traditional bar codes).
 
Do I need special software to do this?
 
If so, any recommendations to what vendor I should look at?
 
Thank you.



Replies:
Posted By: DBlank
Date Posted: 02 May 2012 at 4:09am
you may find this helpful
http://www.kenhamady.com/news1203.shtml - http://www.kenhamady.com/news1203.shtml
 


Posted By: jamesjim882
Date Posted: 16 Jan 2013 at 9:17pm
Of course!It's easy to http://www.businessrefinery.com/products/barcode_crystal_report/qr_code.html - generate qr code in Crystal Reports .
First, you need DLL to add reference.
After installation and setup of crystal reports in Visual Studio,here are steps:
  1. Drag and drop the field named "Barcode" to the report in Crystal Report1.rpt;
  2. Open Form1.cs in Design view, and add Barcode .linearbarcode.aspnet.dll to the project reference;
  3. Double click Form1 to enter Form1.cs, and copy the sample code into the method Form_Load;
  4. Using the namespace "Bizcode.matrixbarcode" if your report is created in C#.NET;



Posted By: garychen
Date Posted: 10 Apr 2013 at 6:30pm
In my own experience, I bought a http://www.barcodelib.com/net_crystal_reports/main.html - barcode generator add-in for Crystal reports. It works well but it is expensive, especially for personal use. If you want to try it, quote me and I will give you the link.


-------------


Posted By: recthor
Date Posted: 05 Aug 2013 at 4:28pm
i have several years' experience in generating barcode, i think some turioals and articles might be helpful. you can google QR code, and some articles can be available. i can give you some if you need . this is the http://www.rasteredge.com/how-to/vb-net-imaging/barcode-generating-qrcode/ - turoial of generating QR code , you can ,make it as reference and the tool if free for 30 days. this is the http://www.rasteredge.com/how-to/vb-net-imaging/barcode-generating/ - barcode generator in vb and other formats, i think it might also be helpful

good luck.



Posted By: garychen
Date Posted: 20 May 2014 at 6:13pm
check this post.

http://www.codeproject.com/Questions/660567/How-to-add-QR-Code-in-Crystal-Report - http://www.codeproject.com/Question/add-QR-Code-in-Crystal/ http://www.keepdynamic.com/barcoding/csharp-barcode-generator.shtml - barcode-creating



Print Page | Close Window