| |
   
Morovia.com Home | Fonts | Components | Labeling | Library | Order | Forum
  Active TopicsActive Topics  Display List of Forum MembersMemberlist  Search The ForumSearch  HelpHelp
  RegisterRegister  LoginLogin
2D symbology
 Community Forum : 2D symbology
Subject Topic: PDF417 Data separator Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
jayjay
Newbie
Newbie


Joined: February 09 2007
Posts: 2
Posted: February 09 2007 at 2:24pm | IP Logged Quote jayjay

Please help:

I',m using Morovia PDF417 Fontware AciveX to encode 6 fields and the company requires that each field use the ASCII character data element separator ('GS') as well as an error correction level between 3 - 5.

1)Should I separate each data field using a CR (as in the GUI example) or could I concatenate the 6 data fields in one string using the GS separator after each field? Please see i.e. below:

i.e. pseudo code :(ascii 29 for the GS separator, CR for CarriageReturn)

- One string: field1+ascii 29+field2+ascii 29+...field6+ascii29  OR like this

- separated lines for each data filed: field1+ascii 29+CR+field2+ascii 29+CR+...field6+ascii 29+CR

2) How can I force the object to use correction level 5? Waht's is the method to be used? i.e. l2dobject.???? = 5

Thank you very much for your help!!!

 

Back to Top View jayjay's Profile Search for other posts by jayjay
 
glitch
Admin Group
Admin Group
Avatar

Joined: January 25 2003
Location: Canada
Posts: 280
Posted: February 09 2007 at 6:42pm | IP Logged Quote glitch

Jay,

1) you can directly use the ASCII char in the input. For example, in Visual Basci you can use the form:
"1234" & Chr(29) & "abcd".

Or if you can use the \ddd escaped for format(ddd is the decimal ASCII value for that character). The string above can be expressed as

"1234\029abcd".

2) To set the error correction leve, set SecurityLevel property (page 7 in the developer guide)
Back to Top View glitch's Profile Search for other posts by glitch Visit glitch's Homepage
 
jayjay
Newbie
Newbie


Joined: February 09 2007
Posts: 2
Posted: February 10 2007 at 7:03pm | IP Logged Quote jayjay

Perfect!!. CHR(29) it is because I'm using VB.

I saw the securityLevel property in the develope guide...That's all what I needed.

I appreciate your help, Glitch...Thanks a million!!!

Back to Top View jayjay's Profile Search for other posts by jayjay
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.3281 seconds.