CF Reporting using objects
I already have a very complex dynamic query the displays a list on the webpage. Now I need to pass this result set as object or csv or xml to CFR and produce a report. how to do this?
View ArticleColdfusion service doesn't start after update 12
Hi, I am running CF10 on Windows 2008 R2 server. Today, I applied update hotfix 12 to my Coldfusion10 server installation and now Coldfusion 10 Application Server does not start anymore. After install...
View ArticleIssue with Scheduled Task after Hotfix APSB13-27?
We have a scheduled task that runs every 15 minutes and looks in the 'ColdFusion9\Mail\Undelivr' folder for any undelivered emails. If it finds any it moves them to the 'Spool' folder. It has been...
View ArticleCF 10 dedicated instance user accounts - instance isolation
CF10 on Windows 2008R2, IIS 7.5 Trying to implement application isolation as per CF10 Lockdown guide.I am asigning dedicated user account for each individual instance.However, the cfadmin Administrator...
View ArticleHow to you save form data on a form submitted to itself?
I haven't touched cold fusion in 10 years so I'm a bit out of practice. I have a request from a user to save the form data on a form she submitted. I looked at the code and even made it just a simple...
View ArticleI want to download coldfusion 7 ?
I am unable to find coldfusion7 anywhere .Found this link http://www.adobe.com/cfusion/tdrc/index.cfm?product=coldfusion7 But its taking me to coldfusion 8 , 9, 10 dowload.
View ArticleCF10 Enterprise, multi-instance w/different user accounts
Running CF10-Enterprise, 10,0,9,284568 with Update 9. This is running under JDK 1.7.0_21, and is fronted by Apache 2.2.x and all runs under RHEL6.x. It seems to work fine In short - is it possible...
View Articleunable to import cf9 car file into cf10
I am unable to import just the dsn's and cf9 mappings from a cf9 server into cf10.
View Articlecoldfusion-error.log full of "INFO: Cookies: Unknown Special Cookie"?
Why do I see all these messages in coldfusion-error.log? There are tons of them. This is CF10/Win2008/IIS7.5. Single server, medium site, pretty typical set up. Nov 07, 2013 11:10:14 PM...
View ArticleHTML CFGRIDCOLUMN values showing up for valuesdisplay issue
I'm using cfgrid type=html. I am creating a dropdown box in the cfgrid, however in the dropdown box it is showing the Values, instead of the ValueDisplay in the dropdown box. <cfgrid name =...
View Articleread a spreadsheet and replace spaces
I am using a cfspreadsheet tag to read excel file. Since, I am using QoQ, the file import errors out since the header row has spaces in it? How do we read the header row specifically and replace spaces...
View ArticleNew CF10, Server 2012, Default Document 404
On a new WIndows 2012 server (64bit), IIS 8.x installed, CF10 installed (to latest patches), CF10 hardening done. Ran WS-Config on individual IIS sites (not the "All" site). Jakarta virtual directory...
View ArticleSession variables and RESTful API in Coldfusion10
We are in the process of gradually implementing REST services for our web application new design. Currently, the application is in old procedural style type app. The new app will be in html5 with back...
View ArticleSwitch service account causes tomcat to load instead of iis
Hello, I have a site set up as default using Coldfusion 10. When I first started the website, I was using the Coldfusion Application Service as local and everything loaded fine. The client requires...
View ArticleDelete file on session end
I am recreating a web application that serves up search results in a CSV file. I'm able to create the csv fil from a database query, then offer a download link to grab it from. Question 1: In order to...
View ArticleFeature for CF11, global LOCAL var scoping
I've loved setting scopes in the following manner: <cfset structAppend( VARIABLES, { 'variableName' = 'value', 'variableName2' = 'anotherValue', 'variable'...
View ArticleonRequestStart in CF8 is a bug?
I'm creating a cascading select drop dwon with ColdFusion ajax from Ben Forta:http://forta.com/blog/index.cfm/2007/5/31/ColdFusion-Ajax-Tutorial-2-R elated-SelectsBut it is not entirely working. The...
View ArticleSpreadsheetAddFreezePane
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WS89BB5273-80BA-4c5 5-9862-4D9D0ADA062B.html
View ArticleORM ACL?
Is there a way to apply an Access Control List to ORM components? Or maybe another methodology to limit record access depending on the users role(s)? I couldn't find anything on the Web about this....
View ArticleMime Type
I'm having trouble pinpointing if anything changed with the cffile upload mime type in CF10. It was working fine in 9, but I'm getting the following error when uploading a jpg file type in CF10. The...
View Article