Need to reinstall CF9 Enterprise - Windows 64-bit
Can anyone point me to an installer file for CF9 windows, 64-bit? I am upgrading servers and need to reinstall ColdFusion 9 Enterprise. I can't find the CF9 installers anywhere. Cheers.
View ArticleHow to show cfelse condition inside a loop?
I have this code:<table cellpadding="0" cellspacing="0" class="tablecolors"><h2>Stars Counts</h2>...
View ArticleColdfusion does not recognize IE11 - Flash forms not working.
This is a problem that has me banging my head on my desk. We have a web application that still uses Flash based web forms. (Before anyone says it, I know we need to get away from the flash forms, but...
View ArticleCF 10 cfcontent application/msword displays HTML code instead of document?
I have this code for a generic template: <cfset fileName="c:\temp\wordTmpDoc"&randRange(1,100000)&".htm"> <cfif fileExists(fileName)><cffile action="delete"...
View ArticleCF10 and IIS 7.5 - cfheader in 404 custom error handler not working correctly
I'm getting some really weird behavior when handling 404 errors after updating to CF10 using IIS 7.5 on a Win2k8 R2 x64. IIS randomly delivers only a portion of the HTML page when I set the 404 status...
View ArticleGet all records updated in last 15 minutes
I need to query and get all records that have been updated in the past 15 minutes. Ive tried in CF and MS SQL Here is what I have that doesn't work SELECT * FROM job_clock WHERE Job_Time_Out >...
View Articlecffunction array parameter
I have following code to get an array from jQuery to pass MS SQL Server stored procedure to update my tables.Is it the right way to access array from passing jQuery function? Your help and information...
View ArticleIs cf11 developer backward compatible with CF10
Hi everyone,First time caller here. About to get started on a project, but the Host has cf10.Adobe has cf11 Developer. Q : Is cf11 developer backward compatible with CF10 ? CheersBrett
View Articlecan not adjust cftextarea hieght
I have following code for my cftextarea and try to make the height and width I need for the form for the users.For some reason, it does not change the size even I modify row and col parameters. Is it...
View ArticleColdfusion 11 on Linux Questions
Hello, I have a client requirement to install CF 11 Standard on Linux (Debian 7.x) with Plesk 11.x control panel Does anyone have any experience with this? Is it a pretty straight forward setup...
View Articlelisttoarray with no value between delimiter
Reading lines in a text file,Listing a text file , with value between ;sometime , there is no data between 2 ; which I need to know.In that case, (when there is no value between the delimiter) my array...
View ArticleIs there a CFGRID limitation as to the number of rows and columns to display...
Hi, On CF10 web application, I am using CFGRID to show a search result output on the screen. I found that depending on the number of records returned from the query, CFGRID is not showing any data on...
View ArticleCan't load library: c:\program files\infozoom\izmjniado.dll IN cf11 Data...
Hi we cf 11 enterprise 64 bit installed at window 2008 R2 SP1. try to setup data source for ms. access. getting following error :- Connection verification failed for data source: SARSINFO...
View Articlelooking for any migration resource for migrating CF9 to CF11.
The CF11 FAQ mentions "migration resources" and has a link but when you follow it, it doesn't take you to any migration documents.
View ArticleCan ColdFusion 10 connects to Exchange Server 2013?
There are lots of forums and chats about ColdFusion 10 connecting to Exchange Server 2010. Does anybody knows whether ColdFusion 10 can connects to Exchange Server 2013. If you do know, what are the...
View Articlecfcompile deploy specific file only
Our company has an application that use cfcompile -deploy targeting certain cfml file. Before update to CF 11 everything run fine. But now the cfcompile won't work. This is the command that our...
View Articlecfspreadsheet 400000 lines
How to read an Excel file ".xlsx" of 420 000 lines ?I used cfspreadsheet but,over 4000 lines it fails, saying nothing. I tried the CFC (custom tag) : POIutility.cfc from Ben Nadel.but it seems it does...
View ArticleColdFusion 10 mod_jk won't compile for Apache HTTPD 2.4.6
Making all in apache-2.0make[1]: Entering directory `./src/connector-source/native/apache-2.0'./apr/build-1/libtool --silent --mode=compile gcc -std=gnu99 -I./httpd/include -DHAVE_CONFIG_H...
View ArticleChecking session variables
I have an external login service that I'm using to authenticate users. After logging in, I get an XML file from which I can pull things like user ID and rights. The login page redirects to an index...
View Articlecfpdf optimize
I am uploading pdf files to our server and want to save space. I am trying to use cfpdf to optimize the file size. The one I am testing on is 1.25MB, so it's not a big file. When I reduce it using...
View Article