In web-to-print FusionPro 4, Would a rule such as the one below work? I have
built my item where all of this is currently set up using "Drop Down Menus"
and UI Rules, "Filter DropDown Value on DropDown Selection". I got to
thinking that if I ever have to make changes and re-upload this template,
I'll have to re-key all of the drop down selections for all 10 locations,
and thought it might be better to hard code all of this into the template as
much as possible:
if (Field("Location") == "22nd Street") {
Field("Addr1") = "7960 E. 22nd Street" ;
Field("CityStateZip") = "Tucson, AZ 85710" ;
Field("Phone1") = "520.886.1211" ;
Field("Phone2") = "520.886.6364" ;
return ;
}
else if (Field("Location") == "Tanque Verde") {
Field("Addr1") = "9155 E. Tanque Verde" ;
Field("CityStateZip") = "Tucson, AZ 85749" ;
Field("Phone1") = "520.749.9155" ;
Field("Phone2") = "520.760.0035" ;
return ;
}
Etc.... (for locations 3-8)
else
return ;
Craig Daters | Systems Administrator | [EMAIL PROTECTED]
West Press
1663 West Grant Road
Tucson, Arizona 85745-1433
(520) 624-4939 x208
(520) 624-2715 fax
www.westpress.com
--
Please note: It is the policy of West Press that all e-mail
sent to and from any @westpress.com address may be recorded
and monitored. Unless it is West Press related business,
please do not send any material of a private, personal,
or confidential nature to this or any @westpress.com
e-mail address.
This message has been scanned for UCE (spam), viruses,
and dangerous content, and is believed to be clean
--
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
--