Re: SOLVED: Replacing these characters

2007-12-31 Thread s. isaac dealey
> My cftextarea just outputted it straight from the field and voila, > there's a bunch of those chars in my output. I still don't understand > how they're gettin there. hrm... that sounds like either a bug in ColdFusion or an issue with the browser... I believe that one or the other is supposed t

Re: SOLVED: Replacing these characters

2007-12-30 Thread Will Tomlinson
Ok, I gotcha. In this process there's nothin extra really goin on. It's a simple update. It goes into the cfc like this: prodlongdesc="#Trim(FORM.prodlongdesc)#" The cfc does this in the query: prodlongdescription = My cftextarea just outputted it straight from the field and voila, there's

Re: SOLVED: Replacing these characters

2007-12-30 Thread s. isaac dealey
> I had quotes around my variable name. It needed to be written like this: > > #replace(retProductInventory.prodlongdescription, charToReplace, "", "All")# > > Thanks to all... Just FYI, I'm not aware that htmleditformat() or xmlformat() replace those characters with any kind of entities (I cou

SOLVED: Replacing these characters

2007-12-30 Thread Will Tomlinson
I had quotes around my variable name. It needed to be written like this: #replace(retProductInventory.prodlongdescription, charToReplace, "", "All")# Thanks to all... Will ~| Adobe® ColdFusion® 8 software 8 is the most import