Steve-
Make sure that Check Digits is selected in the properties of the IMB on
the Define Labels screen. Then you need to run a script as follows:
var onecode = Field("Intelligent Mail Barcode"); //Replace "FATD" with
Field("Intelligent Mail Barcode")
onecode = onecode.replace(/F/g,"0"); // replaces all F with 0
onecode = onecode.replace(/A/g,"1"); // replaces all A with 1
onecode = onecode.replace(/T/g,"3"); // replaces all T with 3
onecode = onecode.replace(/D/g,"2"); // replaces all D with 2
return onecode;
In FusionPro Create an empty Rule Called onecode (If you want to name it
something else, just change the references in the script above to the
new field name.) This will convert the AFDT into 0123, which is what is
needed for the IDAutomation4state font to work properly.
If this does not work for you, you can call me on Monday morning.
Rob Robertson
President
Printing Department, Inc.
2108 Spencer Road
Richmond, Virginia 23230
(804) 282-2739 Fax (804) 285-4325 Mobile (804) 218-1175
www.pdiprint.com / www.mailingresources.com
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, June 20, 2008 5:33 PM
To: FusionPro Users Forum
Subject: [fusionpro] Intelligent Barcode
I am having trouble making the Intelligent Barcode. I have only one
field
that Mail Manager creates. I am trying to go to that field in the text
editor then tell it to use the "IDAutomation4state" Font. It creates a
barcode that is 22 bars long. I know it is possible to create one in the
building blocks. But I need more fields in my data to work with. This
works in Print Shop Mail with just the one field. What am I missing?
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
FusionPro 5.0 Now Available!
Variable text on a curve and soft drop-shadows for variable text
LIMITED TIME upgrade offer of $299 per license for current customers:
http://fusionpro.printable.com/store/upgrade
New licenses available for $599 each at:
http://fusionpro.printable.com/store/
All FusionPro 5.0 customers to receive FusionPro 5.1 with
Adobe Acrobat 8 and InDesign CS3 support when released for FREE.
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
--
Users of FusionPro Desktop have unlimited free email support. Contact
Printable Support at [EMAIL PROTECTED]
--
View FusionPro Knowledge Base, FusionPro Samples at
www.printable.com/vdp/desktop.htm
--
You are currently subscribed to fusionpro as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
--
--
Note: All e-mail sent to or from this address will be received or
otherwise recorded by the e-mail recipients of this forum. It is subject
to archival, monitoring or review by, and/or disclosure to someone other
than the recipient. Our privacy policy is posted on www.printplanet.com
--
__________ Information from ESET NOD32 Antivirus, version of virus
signature database 3204 (20080620) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
__________ Information from ESET NOD32 Antivirus, version of virus
signature database 3204 (20080620) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
FusionPro 5.0 Now Available!
Variable text on a curve and soft drop-shadows for variable text
LIMITED TIME upgrade offer of $299 per license for current customers:
http://fusionpro.printable.com/store/upgrade
New licenses available for $599 each at:
http://fusionpro.printable.com/store/
All FusionPro 5.0 customers to receive FusionPro 5.1 with
Adobe Acrobat 8 and InDesign CS3 support when released for FREE.
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
--
Users of FusionPro Desktop have unlimited free email support. Contact Printable
Support at [EMAIL PROTECTED]
--
View FusionPro Knowledge Base, FusionPro Samples at
www.printable.com/vdp/desktop.htm
--
You are currently subscribed to fusionpro as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
--
--
Note: All e-mail sent to or from this address will be received or otherwise
recorded by the e-mail recipients of this forum. It is subject to archival,
monitoring or review by, and/or disclosure to someone other than the recipient.
Our privacy policy is posted on www.printplanet.com
--