[fusionpro] RE: Need Help with Salutation Rule Please...

2007-08-17 Thread David Galvan
if (Len(Field(Full Name)3)) return Dear + Field(FirstName) + ,; else return Dear + Field(CompanyName) + ,; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 17, 2007 3:18 PM To: FusionPro Users Forum Subject: [fusionpro] Need

[fusionpro] RE: Need Help with Salutation Rule Please...

2007-08-17 Thread Rob Domaschuk
Tia, Counting characters is quite easy: if(Field(FirstName).length 2) return Dear + Field(FirstName); else return Dear + Field(CompanyName); HTH, Rob *** Rob Domaschuk Training Communications Developer,

[fusionpro] RE: Need Help with Salutation Rule Please...

2007-08-17 Thread tia
Thanks for all the help guys! Much appreciated, ~Tia +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Calling all FP Web Users! Do you have a question or lots of knowledge to share about FusionPro Web? If so, join our Printable Web to Print Users' Forum today! Send email to [EMAIL