Database title = Mr. - then I want to change the color to green and the font
to American Typewriter for the Name field. If not, then I want the color
orange and the font Bell MT. Not happening with the script below. Any ideas?
Thanks!
E Gail Downey
if (Field("Title") == String("Mr."))
{
return "<span>" + "<color name=PANTONE 334 C>" + "<f name=American
Typewriter>" + Field("Name") + "</span>";
}
else
{
return "<span>" + "<color name=PANTONE Orange 021 C>" + "<f name=Bell
MT>" + Field("Name") + "</span>";
}
return "";
--
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
--