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

adding more 2 or more datastreams to PDF417

trying to add 2 or more fields to PDF417 and the results do not show start or end bars
image

Operating System: windows 10

Application: Crystal Reports

01-22-19     5.1 year(s) ago    

  Report Abuse

 

Brant

Best Answer

I see the issue now. somehow the formula was corrupt. Copy and paste the new formula I emailed you into your report; be sure to remove the old formula first.

Posted 5.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.
Other Answers (10)
I can get the barcode to print, but I cannot get it to scan using several different known good scanners. these scanners have successfully scanned other PDF417 barcodes. Change the code to match the your data string. Printed and tried to scan it.

Posted 5.1 year(s) ago

(0)
(0)
   Report Abuse
I found your attachment. After modifying the code (see below) I was able to generate the barcode. I used static data "YourData" for the fields. You will not be able to scan the barcode from the screen, you have to print it. Also, the barcode field appears too small to print the barcode properly, so you have to make that larger. Make sure that ColumnSpecify is an integer.

GHSP = "[)" +RS+ "02"+GS+ "YourData"+GS+"YourData"+GS+"YourData"+GS+"YourData"+GS+"YourData"
DataToEncode = GHSP
'Modify the next lines to change the parameters; defaults = 0
EccLevel = 3
ColumnSpecify = 3

Posted 5.1 year(s) ago

(0)
(0)
   Report Abuse
Can you attach your report in an email and send it to us; choose the email support button from this page:
https://www.idautomation.com/about-us/contact-us.html
and we will take a look at it.

Posted 5.1 year(s) ago

(0)
(0)
   Report Abuse
I have solved the image to look correct, however with a know good 2d scanner, I cannot scan these images.
I have entered data manually (hard coded), so no data stream.

Posted 5.1 year(s) ago

(0)
(0)
   Report Abuse
It appears something is wrong with the font or field. I recommend starting over with the Crystal Reports Barcode Tutorial, and pay close attention to step 9.

Posted 5.1 year(s) ago

(0)
(0)
   Report Abuse
tried changing the size to larger and smaller still the same

Posted 5.1 year(s) ago

(0)
(0)
   Report Abuse
Did you try increasing the size of the field containing the barcode so it has enough room to display? If yes and you still have the issue, can you upload a screenshot?

Posted 5.1 year(s) ago

(0)
(0)
   Report Abuse
the image is missing the start and end and looks more stretched out and more spaced on the right side.
changed the rs and gs to the suggested and did not change the output

Posted 5.1 year(s) ago

(0)
(0)
   Report Abuse
It appears that RS and GS are set to the incorrect type of data. If you are creating ISO/IEC 15434 Barcodes, refer to that tutorial about how to encode the data. RS is usually set to Chr(03) and GS is usually Chr(29) If the symbol is being truncated or if it looks distorted, try increasing the size of the field containing the barcode so it has enough room to display.

Posted 5.1 year(s) ago

(0)
(0)
   Report Abuse
Dim GHSP As String
Dim GS As String
Dim RS As String
GS = chr(1)
RS = chr(2)

GHSP = "[)>" + RS + "01" + GS + "{HDRTXLNDEF.CUSTOMER_PART_NUMBER}" + GS + "{HDRXXXXDEF.USER_DEFINED_QTY_PER_LABEL}" + GS + "{HDRXXXXDEF.LOT_CD}" + GS + "{HDRXXXXDEF.TAG_NUMBER}" + GS + "{HDRTXHDDEF.SHIP_DATE}"
DataToEncode = GHSP


This is the code I am using. Is this correct in format? Very new to this.

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