RE: Intelligent Mail Barcodes

2008-11-18 Thread Tracy Pearson
I think this is what you'll need. cTracking = something unique cZip = zipcode loEncoder = Createobject(encodefsb.encode) loEncoder.Encode(cTracking, cZip) if empty(loEncoder.ErrorString) cBarCode = loEncoder.BarCodeString endif -Original Message- From: Sherrie Binder Sent:

RE: Intelligent Mail Barcodes

2008-11-18 Thread Sherrie Binder
Thanks, Tracy! Sherrie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Pearson Sent: Tuesday, November 18, 2008 2:08 PM To: [EMAIL PROTECTED] Subject: RE: Intelligent Mail Barcodes I think this is what you'll need. cTracking = something unique