You need to use the hard coding for a space I believe

Either <nbsp> or alternatively &nbsp;

Hope this helps. 


---
Ashley Smith
Graphic Design
Track 21 Graphix Inc.
tel: 519-237-3838, ext. 216
toll free: 1-877-534-7337
fax: 519-237-3818
email: [EMAIL PROTECTED]
website: www.track21.ca
hours of operation:
Monday-Friday: 8:30am – 4:30pm
---

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 11, 2007 2:38 PM
To: FusionPro Users Forum
Subject: [fusionpro] 2 Spaces in a Rule??

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






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