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

Ford 2D PDF417 Barcode in Crystal Reports Packaging Label


We are doing business with FORD and they require a 2D barcode PDF417 on the packaging labels. We are using the PDF417 generator for Crystal Reports.
Specifications are:
PDF417 ECC 3 0.254x0.762mm (0.010 x 0.030 inch)
Example of string
~6P1A2B3C4D5E6F7G<GS>Q999<GS>1JUN123456789A2B4C6D8E<GS>
20LA2B4C6D8E1F3G5<GS>21LA2B4C6D8E<GS> 7Q999GT<GS>15KA2B4C6D8E<GS>
BKLT1734<GS>14D03052001<GS>1TA2BC6D8E1F3G5H<GS>17D01012001

PDF417, with ECC 2, 12 columns of two-dimensional symbology shall be used in accordance with ISO/IEC 15438 PDF417-Symbology Specification.
My question is how I build up the string and how do I add <GS>

Common non-printable characters:
GS - ~029
RS - ~030
EOT - ~004
TAB - ~009

Is this as simple as: ~6P1A2B3C4D5E6F7G~029 Q999~029 1JUN123456789A2B4C6D8E~02920LA2B4C6D8E1F3G5~029 21LA2B4C6D8E~0297Q999GT~029 15KA2B4C6D8E~029 BKLT1734~029 14D03052001~029 1TA2BC6D8E1F3G5H~029 17D01012001

Do you also have a Crystal Reports code snippet to fill the PDF417 barcode in Crystal Reports?


07-21-21     2.7 year(s) ago    

  Report Abuse

 

Brant

Best Answer

When encoding non-printable ASCII functions such as RS, GS, and EOT, IDAutomation recommends testing the result with the Barcode Decoder App because it reveals these characters in the result to verify proper encoding.

In most IDAutomation PDF417 products, you can use the tilde commands for functions such as GS. Make sure ApplyTilde is enabled. In the report, use the "&" symbol to connect multiple text and fields.
For example:
"static text" & "~029" & {Table.Field} & "~029" & ...

However, the PDF417 Font Formula for Crystal Reports is limited and does not contain the Apply Tilde feature. In this case, you can use the Chr() function instead. For example:
"static text" & Chr(29) & {Table.Field} & Chr(29) & ...

Posted 2.7 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