ReplaceNoCase and REreplaceNoCase not working
Hello, all, I've got a query flattened into a JSON string. The query does contain double-quotes in some of the data, so I try to strip that out. I'm replacing " with " HOWEVER, the action...
View ArticleImporting excel should allow space in a column when using brackets: The value...
I have followed the learncfinaweek pretty good and don't see any errors in my code. Below is the error, that needs resolved, and the page with the code. Any help is appreciated. It should simply be...
View ArticleWebtrends Data Extraction
I'm just starting with Webtrends and have a task to show Webtrends data in a web page portal. What I envision is a HTML div with graphs. Of course, my site is ColdFusion based. Does anyone have...
View ArticleScheduled tasks issue after apache upgrade
Hi, After apache upgrade on our production servers we have reported the connection failure error in scheduled task on coldfusion. Look like coldfusion is not getting response back from apache(web...
View ArticleEnter and read data from pdf file
Hi All,I am able to display a pdf file as:<cfpdfform source="#filename#" action="populate" overwrite="yes"/>But it shows this message:"This pdf document contains forms. The filling of form fields...
View Articlecoldfusion report builder in a3 size?its possible?
Why there is no a3 size in Coldfusion Report Builder....I need a help...is there any other way?
View Articlecustom tag or code to tell me if a date is a holiday (US).
I need to figure out of a date falls on a holiday...such as memorial / labor day or thanksgiving, easter, etc. these holidays float based on week of months or day of week... I'm sure there is code out...
View Articlecfthread in cfloop, all variables passed in on the thread, intermittent...
Code Below is the script, the queries in the thread only use the variables on the cfthread call. The process works about 80% of the time and then I receive Java.util.concurrentmodificationexception on...
View ArticleIf using CFCONTENT and CFHEADER to stream an Excel file, will Javascript...
Hello, all, I'm using a hidden iFrame that loads a page using CFCONTENT and CFHEADER to stream an Excel file from a form submit. I'm _trying_ to use JavaScript to change the value of the button...
View ArticleFTPS TLS session resumption
I am trying to connect to an FTP server using port 990 (FTP using SSL). From what I can tell, cfftp does not support FTPS - it only supports SFTP. We have been doing using ftp4j and this has worked...
View ArticleCF 11 - AWS CPU Spikes when ever an action occurs
Hi everyone, Ive got a very strange issue with my AWS Instance of CF 11. Its using the AMI provided on Amazon and has had nothing but problems since I subscribed to it. It all started with it being...
View ArticleAnother odd serializeArray() issue
Hello, all, I'm working on a form that uses AJaX (jQuery) to submit the form data, after the fields have been serialized. I've done this several times, and never had a problem.. until this. I've...
View ArticleSavepoint in mysql
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SAVEPOINT test123' at line 1 That's the error I'm getting, when...
View ArticleHow to run a .CFM from command prompt?
I'd like to be able to run a .CFM file from a DOS Command Prompt window. Is there an EXE that I can use to do that? Thanks.
View ArticleMultiple virtual folders in ColdFusion developer edition
Hello, I have several websites that I'm working on, and each one needs it's own development environment located on my own computer. At the moment my web root is located at: http://127.0.0.1:8500/. The...
View ArticleColdFusion 11 Developer - starting server on Mac Yosemite
Hi,I just installed CF 11 Developer - on Mac Yosemite. I am not having trouble starting the server MAIN GOAL: not to have server running all the time - just be able to manually start/stop the server...
View ArticleXML parsing display question
I'm clearly not understanding how to parse my XML file. I can get the first "child" but I don't know how to get children after that. To get the league name I use the below code which was pulled from a...
View Articlecfdocument type="pdf" Timeout
Where do I even start... Scenario: I am the senior architect of multiple corporate .Net solutions. Recently I decided to introduce ColdFusion11 to serve as a job server for background tasks (Scheduled...
View ArticleCSV into MYSQL database
I am attempting to take a lot of data from a csv file and import it into a mysql database. My Code<cffile action="read"file="http://website.com/testtmk.csv" variable="datacsv"> <cfloop...
View Article