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

How to format combined data in Crystal Reports

I am having trouble producing the data that I need for PDF417.
stringVar DataToEncode:="[)>~03006~d029X000000~029N{NUM}~029V{Value}~029A1111~029{?Weight}~030~004";
The scanned barcode does not show correctly. How do I fix this issue?


Application: Crystal Reports

02-14-18     6.1 year(s) ago    

  Report Abuse

 

Ben

Best Answer

Applies to PDF417 Fonts and other Barcode Fonts.

The + symbol and the & symbol are designed to concatenate data/data fields. A field pulled from a database/data source or a symbol used to concatenate the data (+, &) does not need to use quotes. Inserting a field in quotes, such as "{@Value}" will yield {@Serial}. Your goal is to pull the data from the serial field not display the name of the field in the scanned result.

Here is an example:

Say, {field} is a value in my database that equals ABC. When I set the DataToEncode to stringVar DataToEncode:="12345" + {field} + "67890"; the barcode should scan as 12345ABC67890.

If I include my {field} in quotes such as stringVar DataToEncode:="12345 + {field} + 67890"; the generated barcode will scan as 12345{field}67890.

In your example, set up the data as:

stringVar DataToEncode:="[)>~03006~d029X000000~029N" + {NUM}+ "~029V" + {Value}+ "~029A1111~029" + {?Weight} + "~030~004";

All of the character data are within quotes and the fields are not within quotes. The + or & symbols concatenate all of the data. Note that in a later version of CR, the & works better in some cases.

More Info: Combined fields need to be converted to text if they are not. View ToText the Video about the Crystal Reports String is Required here Error.

Posted 6.1 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.

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