Again... without knowing all the parts you're using to create the final results you could simply return the longer rule itself by changing the second line.

Inside the longer rule, replace the second line stating:

        string1 = Field("Address1");

with:

        string1 = "1234567890 main street" + '<p>' + "anywhereville, ca 92075"

or something that matches your data:

string1 = Field("Address1") + "<br>" + Field("City") + ", " + Field ("State") + " " + Field("Zip");

and make sure to check the "Treat string as tagged text" box.

Outside of that, why are you using an If/Then statement? Do you have fixed location addresses that require different forced full addresses?

Let us know if this works for what you're trying to do.

Ryan


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