Example: XMPBarcode ("USPSIntelligentMail", |->[USPS_digits])
If I know the same document might also use NCOA addresses or short runs later I will wrap it in a
If (isnull(|->[USPS_digits]))
""
else
XMPBarcode ("USPSIntelligentMail", |->[USPS_digits])
I will put text wrap around the image so when it disappears, the address moves up. I am usually centering on a 2D barcode for internal checks so it keeps everything inline.
Apply this to a graphic ador as it does generate an image. The nice thing about this is the image created is dead on to USPS spec. No funky tracking or playing with fonts sizes. Perfect every time!
cheers,
Bob
--