hello everyone,

i have the following rule which is working perfectly except its not
returning the 2 spaces in the first part where it states this:
Field("StreetAddressBK")  + '  ' + Field("CityBK")

when i validate it, it shows the 2 spaces between the streetaddress and
the city. but when i follow thru and preview it, only one space appears.

i also tried typing in about 20 spaces just for the heck of it and again,
it validated correctly but did not carry over when i followed thru w/
everything.

will a rule not except more than one space in it like that? does anyone
have some suggestions on how i can achieve 2 spaces between those 2
fields?


if (Field ("AdditionalAddressBK") == "")

return Field("StreetAddressBK")  + '  ' + Field("CityBK") +', ' +
Field("StateBK") + ' ' + Field("ZipBK")

;

else

return Field("StreetAddressBK") + ', ' + Field("AdditionalAddressBK") + '<p>'
+ Field("CityBK") + ', ' + Field("StateBK") + ' ' + Field("ZipBK");


Thank You!!
-Heather

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