Jennifer,

Try building the rule one section at a time. I would try it like this...

outString = "";

if (Trim(Field("Address1")) != "")
        outString += "<color name= \"Black\">" + Rule("Address1Uppercase");

if (Trim(Field("Address2")) != "")
outString += "<color name = \"PANTONE 549 C\">" + " • " + "<color name= \"Black\">" + Rule("Address2Uppercase");

if (Trim(Field("City")) != "")
outString += "<color name = \"PANTONE 549 C\">" + " • " + "<color name= \"Black\">" + Rule("CityUppercase");

if (Trim(Field("State")) != "")
outString += "<color name = \"PANTONE 549 C\">" + " • " + "<color name= \"Black\">" + Rule("StateUppercase");

if (Trim(Field("Zip")) != "")
outString += "<color name = \"PANTONE 549 C\">" + " • " + "<color name= \"Black\">" + Field(Zip");

if (Trim(Field("Fax")) != "")
outString += "<color name = \"PANTONE 549 C\">" + " • " + "<color name= \"Black\">" + "Fax: " + Field("Fax");

return outString;

....

This way you are only adding on another bullet and field entry when that field entry exists; otherwise, you just skip it.

David A. Sweet
Web Designer/Graphic Designer
HKM Direct Market Communications
A DirectConnectGroup Company

--
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
--

Reply via email to