Jump to content
Welcome to the new FusionPro User Forum! ×

Tabs in PDF417 Bar Code


Recommended Posts

I am trying to concatenate several data fields into a PDF417 bar code, and am being asked by the customer to include tab delimiters between the fields. The rule, in shortened form, looks like this:

 

return MakePDF417Barcode(Field("barcode ID")+'<t>'+Field("First Name")+'<t>'+Field("Last Name")+'<t>'+Field("Company"), 0, 8, 12, 0, 3, 0);

 

Although "Treat returned strings as tagged text" IS checked, I get reported back that this returns <t> and not a tab. I have also tried entering tabs via the keyboard which I am told returns a string of spaces instead of a tab.

 

I am hoping someone has run across this, or knows what needs to happen to deliver a PDF417 bar code with tab-delimited fields.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...