I have a script that will work in ³Yours Truly² in Quark for VDP, but I
cannot get it to work in FusionPro. I know it¹s probably something small
I¹ve overlooked and I really don¹t have much experience with Java. Please
take a look and help me out if you can. Greatly appreciated. Thanks!
This is the Quark script which works mah-velously:
IF(FIELD("Title")="Mr.")
THEN(FIELD("Name"),COLOR("Red"),FONT("Papyrus"))
ELSE(FIELD("Name"),COLOR("Green"),FONT("Handwriting - Dakota"))
This is the FusionPro script that is driving me crazy:
if (Field("Title") == String("Mr."))
{
return "<span>" + "<color name=Red>" + "<f name=Papyrus>" + Field("Name")
+ "</span>";
}
if (Field("Title") != String("Mr."))
{
return "<span>" + "<color name=Green>" + "<f name=Handwriging - Dakota>"
+ Field("Name") + "</span>";
}
return "";
Thanks again.
------------
E Gail Downey
Crowson Stone Printing
Direct 803.465.8007
Cell 803.727.8330
[EMAIL PROTECTED]
-------
Do not meddle in the affairs of dragons, for you are crunchy and taste good
with ketchup.
--
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
--