Title: Prepress signature
Can you guys help me with this, I have been trying to get the salutation to work.
I have three fields and they want to bring them together with the "&" symbol.  Here is the _javascript_ I have its just not working.  ANYTHOUGHTS?


if (Field("Full Name 3")>"")
{
  return Field("Full Name") + String(" & ") + Field("Full Name 2") + String(" & ") + Field("Full Name 3") + String(",");
}

else if (Field("Full Name 3")< "") + (Field("Full Name 2")) > "");

{
  return Field("Full Name") + String(" & ") + Field("Full Name 2") + String(",");
}

else if (Field("Full Name 2") < "")

(    return Field("Full Name") +String(",");
}

return "no good buddy";






Thank you,
Brian Neitsch

THE Watermark GROUP

Phone:210.599.0400 Ext 1008
Fax:210.599.0440

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