New User? Sign Up  |  Sign In  |  Help
Barcode support and
tutorials from IDAutomation
and the community.
Click for the BBB Business Review of this Computers Hardware, Software & Services in Tampa FL
Resolved Questions

Distribute Crystal Report

We have a VB6-application that uses Crystal Reports for printing order information (with a crystalviewer.dll).
We have a customer that uses our application who asked us if we could generate a QR-Code in one report.
The customer doesn´t have Crystal Reports so I have to fix the report.
I have downloaded the DEMO version of QRCodeWindowsFontEncoder and got it to work on my machine (with the text Demo embedded in the QR-Code).

If I now want to send this report to our customer, which product does the customer need to get this working without getting the embedded DEMO text in the QR?


11-20-13     10.3 year(s) ago    

  Report Abuse

 

James

Best Answer

That is the code from the QR Code UFL. As long as the VB application can view Crystal Reports, you may have your client install both the QR Code Font and the QR Code UFL, to be able to see the barcode on the report in their application. Keep in mind, as on any Crystal Report, these are external dependencies.

If another type of 2D barcode was being used, like DataMatrix for example, then there are Native Barcode Generators for Crystal Reports that do not require any external dependencies outside of the report. As it stands now, there is no Native option for QR codes.

Outside of the report, the QR Code font and COM DLL may be referenced to generate QR codes from within the application itself.

Posted 10.3 year(s) ago

(0)
(0)
  Report Abuse
 
Find Interesting
 
Email to Others
 
Bookmark
 
Subscribe to Answer Alert
No comments yet.     Be the first to comment.
Other Answers (4)
* Yes QR Code is the only option that will be used.

* I have created a formula in Crystal Reports with the following code
stringVar DataToEncode:= {MyTable.MyField};
stringVar CompleteBarcodeString:="";
numberVar i:=0;
numberVar Segments:= IDAutomationQRCodeEncoderQRSet(DataToEncode,0 ,0 ,0 ,0 );
For i:=0 to Segments Do
(
CompleteBarcodeString := CompleteBarcodeString + IDAutomationQRCodeEncoderQRGet(i);
);
CompleteBarcodeString



Posted 10.3 year(s) ago

(0)
(0)
   Report Abuse
Thank you for the clarification. I have the following questions for you:

* Is QR Code the only option, or is the requirement just any 2D barcode?

* Were you using the QR Code UFL on the Crystal Report?

Posted 10.3 year(s) ago

(0)
(0)
   Report Abuse
Thank you for your answer.

Just so I get this right:
I will purchase the QR-Code Font and Encoder Font Package (Developer License) and create a Crystal Report with a QR-Code based on a value in the report.

Then I will send this report to our customer who will use this report in a VB6-application. Doesn´t our customer also need something installed that can encode and print the QR-Code?

Posted 10.3 year(s) ago

(0)
(0)
   Report Abuse
To not show the 'Demo' in the scan, the QR-Code Font and Encoder Font Package may be purchased. The relevant license would be the Developer License option in the purchase link. Make sure to remove the demo product before installing the purchased version.

Posted 10.3 year(s) ago

(0)
(0)
   Report Abuse
Email this question link to friends
You must enter an email address, if name is entered or vice-versa for each friend.
Friend #1 -
Friend #2 -
Friend #3 -
Friend #4 -
Friend #5 -
  Your comment on this question
  |         |  
bold  italic  underline  strike       big  small       superscript  subscript 
  Allows to add a link. Added links would only be converted to actual clickable link, when the domain of the link is white-listed by administrator.
Caption :
Link URL :
(Must starts with "http://")
Add  |   Cancel
  Allow to insert an image. Must be among the following file types - *.jpg, *.gif, *.png & *.bmp.
Image Url :   Upload New
(Image url must always starts with " http:// ")
Width : pixels
(Must not be greater than 450px. Enter 0px for no resize)
Add  |   Cancel
  Allow to insert YouTube video. Insert the video embed code.
Embed Code :
Add  |   Cancel
Up to 5000 Characters are allowed. Current Count: 0
  Your comment on this answer
  |         |  
bold  italic  underline  strike       big  small       superscript  subscript 
  Allow you to add a link. Added links would only be converted to actual clickable link, when the domain of the link is white-listed by administrator.
Caption :
Link URL :
(Must start with "http://" or "https://")
Add  |   Cancel
  Allow to insert an image. Must be among the following file types - *.jpg, *.gif, *.png & *.bmp.
Image Url :   Upload New
(Image url must always start with "http://" or "https://")
Width : pixels
(Must not be greater than 450px. Enter 0px for no resize)
Add  |   Cancel
  Allow to insert YouTube video. Insert the video embed code.
Embed Code :
Add  |   Cancel
Up to 5000 characters are allowed. Current Count: 0

You may answer and comment on any thread according to the Terms and Conditions.

 © Copyright 2021 IDAutomation.com, Inc., All Rights Reserved. Legal Notices.

 Barcode Fonts | Components | Scanners | Support | Contact Us
Training Videos on YouTube Join us on Google Plus Join us on LinkedIn Follow us on Twitter Like us on Facebook