How can i make it work around if a column is NULL?
I have a table that display some question,But some may have 4 or 5 question.Here is my code. <cfloop index="i" from="1" to="5"> <cfset question =...
View ArticleWhat are the pros and cons of storing heavely used CFCs in the application...
I've been storing all the required CFCs for a site in the application scope. During onApplicationStart I do something like this application.objSomeCfc =CreateObject('component', 'com.someCfc').init()....
View ArticleHelp with virtual directory for CFIDE CF 9.0.2
Thanks in advance ... if anyone could point me in the right direction for this issue I would appreciate it....I set up the CFIDE virtual directory as per the lockdown guide for CF 9.0.2. Every website...
View ArticleFedEx Web Services Integration with ColdFusion Application
Hi, Has anybody implemented/worked with FedEx web services in CF? I'm looking for sample CF code consuming FedEx web services (v 7), such as get rates info, get rate services, etc. Many thanks in advance.
View ArticleSubscribe to only coldfusion security bulletins
How can I subscribe to *ONLY* coldfusion security bulletins. Preferably CF9 only. thanks,jbee
View ArticleAre Linux servers also vullnerable to apsb 11-14?
Are Linux servers also vulnerable to apsb 11-14? Only Windows, Mac's, and UNIX systems are listed in the alert. We are running CF 9.0
View ArticleI lose network connection when downloading CS6.
I have connected directly to my network with the Ethernet cable and still lose connection. What do I need to do at this point?
View ArticleCan not get URL using GetPageContext().getRequest().getRequestURI()
Hi guys, I am coding a web application using ColdFusion 8.The situation is as follow:- I type https://mypage.com/aaa/bbb.html on web browser where aaa and bbb.html does not exist in my web folder.- And...
View ArticleCfpdfform and Cfpdfformparam
Has anyone had any memory or security issues when using cfpdfform and cfpdfformparam?
View ArticleCan't log into admin console after install
I have installed CF10 on an Amazon AWS Windows 2012 instance. No matter what I use for the admin console password during setup, the password is not recognized when setup is complete and I try to log...
View ArticleCF10 WSDL Issue
I am runing the follow code in CF9 without any issue; I have issue runing the same code in CF10<cftry> <cfinvoke webservice="http://www.webservicex.net/CurrencyConvertor.asmx?WSDL"...
View ArticleCF10 or CF11 ACE?
Greetings,Recently, I heard that ColdFusion 9's projected End-of-Life is the end of this calendar year.http://www.adobe.com/support/products/enterprise/eol/eol_matrix.htmlProduct...
View ArticleSplit String By specific character in cfscript
Hi I want to split string(7<>2,,3<>6<>0.6) by specific character(<>) and store it in array...like c# code : //whwre dataList=7<>2,,3<>6<>0.6 string[]...
View ArticleError 500 after installing CF11 on Windows 8.1
I purchased a new laptop with Windows 8.1. I had a previous latop that had been upgraded to Windows 8.1 and ran CF10 perfectly fine. I made sure the necessary IIS modules were installed for CF. I...
View ArticleColdFusion Builder 3 - File Associations not picking up a new extension as CFM.
Hello, We have this stupid .cfg file extension that is translated as .cfm but I cannot get coldfusion Builder 3 to color code / format the text for this extension. The file has been added in File...
View ArticleCF10 tags extension to Dreamweaver
Hi fellows, Anyone know where I find the CF10 tags extension to Dreamweaver CS 5.5? I saw in the forum the guys talking about the cf10dreamweaverextensions.mxp to make the download, but I dont found....
View ArticleDataTable in Coldfusion (in cfscript)
Hi i want to add DataTable in Coldfusion script...Like c# code...C# code is following: DataTable productPropertyFilterTable = new DataTable();...
View ArticleLogOut Issue
Hi When i logout from my index Page then Login Page Open but when i click on back button in Browser Then Index Page open. I want once logout then not open other when clik on back button in Browser...
View ArticleConsuming Web Service Kills CF
I have a development server and a call to webservice works just fine. On production it fails, ColdFusion comes to a slow death. The server's processor and resources all get maxed out. I've placed the...
View ArticleCFIDE Scripts - load order
Hello, I have a coldfusion page which I am including a number of css and .js files (in the header). To increase the load spreed of a page, it is always recommendedto include script files after css...
View Article