Dawn,
This solution doesn't really give them the "option" of either position,
but I think it achieves your goal. It will put the email address under the
phones UNLESS they have a "Phone3" - in which case it will put the email
under "Title".
You"ll need to create 2 separate rules.
One you could call "Email_Rule_NO_Phone3",
and it will say something like:
if (Field("Phone3") == "")
return Field("EmailAddress") ;
else
return Field("Phone3");
// place this in the text editor where "Phone3" will print.
The other rule you could call "Email_Rule_IF_Phone3",
and it will say something like:
if (Field("Phone3") !== "")
return Field("EmailAddress");
else
return "";
// place this in the text editor under the "Title".
Of course, change the field names in the rules to match yours.
Be sure to check "treat returned strings as tagged text" in the rule
editor,
and I assume you'll want to suppress ALL the lines (including phone1,
phone2, title, etc.) if empty.
Hope That Helps (hope it works!)
Todd
Spectrographics
--
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
--