ormSearch() and foriegn keys
I could very well be blind but looking across the docs and the internet I'm not seeing much spoken on trying to include foreign key fields in an ormSearch() query. For example what if I was searching...
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 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 ArticleHow 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 ArticleUpgrade from CF MX7 to ??
Greetings, We currently have a couple sites hosted on a server running CF MX7 Standard and are looking at the options for upgrading since MX7 is long out of support plus it lives on a Windows Server...
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 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 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 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 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 ArticleCfpdfform and Cfpdfformparam
Has anyone had any memory or security issues when using cfpdfform and cfpdfformparam?
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 ArticleSend email with HTML output?
I have A CFM FILE(testing3.cfm): <cfset month = #URL.Month#><cfset year = #URL.Year#><CFQUERY>SELECT .....code..</CFQUERY><HTML><table><thead><tr...
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 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 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 Article