Yes cfmx . BTW i have just found a macromedia article on something simalar... have a look ? ID 18307 i am going to see if it works soon on my dev server. ...
From my inital testing it seems to work. The basis is makeing sure that two J_run attributes are set so the default no longer use the caching in the default cf...
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Aug 1, 2003 12:20 pm
17499
That still gives me the same error. I even tried breaking the Evaluate into it's own var and just doing #PreserveSingleQuotes(FComments)# but that blows up...
Thanks. I will give it a try, kinda swamped right now again. I have time on this project. JoAnn A. Schlosser Senior Consultant Grant Thornton LLP Vienna, Va....
... #PreserveSingleQuotes(FComments)# Ok, I discovered also (I don't use this function everyday) that it cannot accept anything else than a plain variable, so...
It bombs on the date b/c my single quote from my comments is not being escaped. <cfset FComments=StructFind(Form,"FComments_#I#")> Update Forecasts Set...
... Ok, I see the problem. Why are you using the preserveSingleQuotes() function here? It should only be used when you are building some SQL syntax like a...
Crap. Oh well. Back to reg. exp. search and replace I guess. Unless someone has another way to save text to the db exactly how it is typed. Thanks for your...
Hi, I have a question which I am sure some expert out there already knows the answer for. We have a map service which produces maps (as png files) when a query...
Great link, but no luck. Didn't even change in IE. JoAnn A. Schlosser Senior Consultant Grant Thornton LLP Vienna, Va. Tel: (703) 637-2668 Fax: (703) 637-4084...
Has anyone here written anything that exports to MS Project 2000? I'm looking for a custom tag or something to get me start. I like the way project prints...
I am currently working on a project that requires me to get computer information from a bunch of end users. instead of going from station to station I was...
A non-CFM solution is the Belarc Advisor. It's free for an individual, but they do have server solutions that, for a cost, can scan through the network. ...
... Excuse me?!? Do you mean that what I said is crap? ... Now this is crap: any database will save text exactly how it was typed; what's your problem? The...
it's weird. it let's me upload to the root of either c: or d: and even lets me go as far as to upload to d:\dirname but not, d:\dirname\subdir could it be...
Not likely to be an IIS thing - check the permissions on the subdir and make sure that your CF user has permission to upload there. ... From: :. webspinner :...
...another weird issue is when returning the variable, "fileWasOverwritten" it always resolves to "yes" ...even if it is the first time i have uploaded it to...
sorry, roger - i'm an idiot and made an idiotic mistake. it works ...i obviously don't. thanks again. ... Christian Griffith, Technology Officer Encore Tickets...
You misunderstood me, Claude. I appreciate your help, and "crap" was not directed towards you. I meant it in that I was hoping that function would solve my...
... Ah, okaaaay ;-) ... Ok, now look: if you let CF escape your quote (ie; NOT use preserveSingleQuotes()), you don't have to replace anything and your quotes...
I've tried that in numerous apps, but everytime it hits a single quote it will bomb. I always end up have to replace them with ""e;" before saving it to...
... I've been using CF since version 1.1 back in 95, I've wrote thousands of queries, and I NEVER saw a query to bomb because of a quote in a string. It is an...
Guys, Guys, I believe that your problem is placing the single quotes around the function. '#PreserveSingleQuotes(var)#' should be #PreserveSingleQuotes(var)# ...