I am trying to make a Postal UCC/EAN Code 128 barcode. I need the first 3
numbers to be "420" then to grab the first 5 charactors of the "PostNet"
field, plus the check digit, start, FUNC1 and the stop charactors.
I have tried all of these options & cannot find one that works. Any help
would be greatly appreciated.
Jim
return Make128Barcode ("420") + Left(Field("PostNet"), 5);
//return Make128Barcode ("420") + (Left(Field("PostNet"), 5));
//return Make128Barcode (("420") + Left(Field("PostNet"),5,1), "true");
//return Make128Barcode ("420" + Left(Field("PostNet"),5,1), "true");
//return Make128Barcode ("420") + Left(Field("PostNet"), 5)
--
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
--