Hello,
I have 2 different letters that I want to use the same database. I have a
field called account, one letter uses ach3 and the other ach4.
I am not sure how to make the field use the right letter.
I named the pages ach3 and ach4 then used a onrecordstart with the below
rule. I am getting a syntax error. Next question is each letter uses name,
address city,state zip based on data file. Not sure how to set that up.
if (Field("account")) == "ach3"
{
setbodypageusage("ach3",true);
setbodypageusage("ach4",false);
}
else
{
setbodypageusage("ach3",false);
setbodypageusage("ach4",true);
}
return ""
thanks in advance
Laura+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- 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 PROTECTED] to find out how! +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- -- 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 --
