Cold Fusion and RETS
I am working on a real estate application. I am having difficulty with the pulling down the information from my MLS Server (Hawaii in case your wondering). I have looked through the site and have...
View ArticleHow to create Basic Bar Graph or Pie Chart from a database table
I have a database table where users have indicated their interests, and I'd like to understand the simplest way to generate a graph of the data. Most of the data in this survey was gathered in the form...
View ArticleWhen will Adobe provide a hotfix for TomCat 7.0.54
I can upgrade Tomcat myself, but that approach isn't documented and isn't likely to be supported by Adobe.Tomcat is bundled as part of ColdFusion 11, so I would hope Adobe would either provide a hotfix...
View ArticleWebinspect vulnerability for Cross Site Request Forgery
We regularly have to run webinspect scans on our CF servers. Recently, we started getting CSRF findings on both our new CF11 servers as well as our one remaining CF9 server. After doing research, it...
View ArticleIgnore zero values to be plotted on line cfchart
I have a cfchart line chart in ColdFusion 11 which has value has zero for some months (jan to Jul) as shown below : However in the graph value 0 is plotted . I need the graph to start displaying...
View ArticleGetting ColdFusion Support Back Into Dreamweaver
You may have noticed in the last few versions of Dreamweaver CC that ColdFusion support is slowly being removed from the program. Officially Adobe's answer is that developers should switch over to...
View ArticleJson parsing issue
We use the cf binaryencode function to convert a binary file to a base64 string that then is inserted into a coldfusion structure. Then we use the serizlizeJSON function to convert that structure to...
View ArticleGetting a 403 - Forbidden: Access is denied on CF 10 Site
ColdFusion 10 Enterprise server running on Windows Server 2008 R2. Scenario 1:Established new web site and pointed it to the CF site files, setup proper mappings in CFIDE Administrator, everything...
View ArticleCF 8 to 11 default.html and login.cfm stuck in endless loop.
I have a ColdFusion 8 site that runs fine on an old Windows 2003 server that needs to be decommissioned. I’ve been able to test the site on a VMware Windows 2003 server image and that works well. I...
View ArticleForm was generating Excel spreadsheet, last week - now it's not
Hello, all, I've been working for weeks on a form that will (when submit) generate an Excel spreadsheet, then attach said spreadsheet to an email and send it off. Basically, once a form has been submit...
View ArticleCFCLIENT: Doc examples do not work; Can't get anything to work?
So I realize that the new CF11 mobile features have been received with some very mixed reviews, but I wanted to try them out to see if I could use them for some really simple device detection, however...
View ArticleOptional arguments for a GET REST web service
Can one use optional argument for a GET REST service? For example: http://somesite/rest/someservice/{year}/ or http://somesite/rest/someservice/{year}/{catalognumber} In the first case, it returns all...
View ArticleOptional arguments for a REST web service?
Can one use optional arguments for a REST web service? Example: http://somesite/rest/someservice/{year}/ or http://somesite/rest/someservice/{year}/{cataglognumber} where The first uri returns all the...
View ArticleColdFusion 10 + not writing to file + Connection Failure only thing on output
Migrating from ColdFusion MX7 to ColdFusion 10 running on Server 2012. Scheduled task that work on older server are not working on new server. At the end of schedule task they write to an output file...
View ArticleWhy is CF11 RTM + CU5 drastically different from the latest deployment...
We have a development copy of CF11 that we installed as a RTM build that has since gone through CU1 through CU5. We just recently installed CF11 on our production server which was done from the latest...
View ArticleUsing "DatTimeFormat" on my cfhttp page?
I have the following working page but not sure how to add in a DateTimeFormat function?Here is my current page and what I tried, but get error: Variable DATETIMEFORMAT is undefined. Here is the online...
View ArticleHi, every one. I want to use Adobe FLEX Builder 2.0 and now need ColdFusion...
Hi, every one. Nowadays, I have some works with Adobe FLEX Builder 2.0.I have downloaded the FLEX builder 2.0.1 and installed.After that, I have to install ColdFusion extensions for Flex Builder 2.0.It...
View Articlehow do i join two tables in a cfquery, then order by date?
I have two tables of events that I want to join in a query, schoolCal and newSchedules. Both have schedID and event. I would like them to order by the eventDate. My code is: <cfquery name="getevent"...
View ArticleRefreshing a form page after opening CFDOCUMENT PDF in new window.
Hi guys, I have a form page/processing page that takes data from a form and then inserts into a database/prints to a PDF via CFDOCUMENT with this on a submit button: <cfinput type="submit"...
View ArticleCF10: Address already in use: JVM_Bind
After a fresh install of CF 10 multiserver I have made 6 instances. After a reboot of the server 4 of the instances have an exception: "Address already in use: JVM_Bind"java.net.BindException: Address...
View Article