what's the value of an autosuggest input field?
Under normal circumstances, I can copy the content of the users's form field input into another field, just by simply javascripting (using onChange, and this.form.field.value). In a CFInput field that...
View ArticleColdFusion won't display unicode (utf-8) characters
I have a very basic page with some unicode characters in it. ColdFusion won't properly display them. If I resave the page as .html (so the coldfusion server doesn't process it), the characters display...
View Articlejava.lang.IllegalStateException: Cannot create a session after the response...
Yesterday a new CF11 server that we are prepping for production started spitting out these exceptions while performing a site security scan: java.lang.IllegalStateException: Cannot create a session...
View ArticleNo access to CF administrator after installation
CF9 has been installed on Windows server 2008.Successfull. I can see CF9 files on disk C:\ColdFusion9 I have the CFIDE structure installed on disk D:\wwwroot\CFIDE And when launching...
View ArticleHow do I use sub reports in ColdFusion Report Builder 10
lets say I use the first report to create a cover page, and now I want to in to the Query Builder a sub-report.This section will handle the next report...is that not correct?
View ArticleCF11 stuck in while connecting to Oracle
Hi all,we have some problems with CF11. I'll try to explain:our server configurations:- coldfusion 11 linux- oracle 10g- apache 2.4.6we have coldfusion enterprice (1 cluster, 1 instance) with 8gb ram...
View ArticleColdfusion 11 java.sql.SQLException (Missing MySQL 5 driver)
I just installed Coldfusion 11 on a new Windows 7 build. Additionally installed the latest version of WAMP (to develop my databases).I created a datasource, and used MySQL5 for my driver. When i try...
View Article<cfdocumentitem type="footer" > ignores CSS
Looks like the <cfdocumentitem type="footer" > tag which is part of<cfdocument> ignores all attempts to style it with CSS.I can't change the font family,...
View ArticleIIS7.5 and ColdFusion10(Developer)
I installed ColdFusion10 Developer on my Win7 desktop with IIS7.5 but when I go to localhost/xxx.cfm a popup dialogue box opens >> Opening .cfm file...You have chosen to open index.cfm which is a...
View ArticleIIS 8.5 features needed for ColdFusion 11
What are the required IIS 8.5 features need to run ColdFusion 11? Would the following install the correct features? Should something be added or removed from this list?add-windowsfeature...
View ArticleCF10 Instance and service not starting
Hello all. We have CF10 Enterprise on a windows server 2008 R2 server. IIS 7.5. Patched through Update 16. We've had a site running fine for a while now and it was time to add another application. I...
View ArticleCFIDE/administrator/index.cfm fails with HTTP Error 404.17 - Not Found
This is an install of ColdFusion 11 on Windows Server 2008, with IIS 7.5I am unable to get the administrator screen to load. http://127.0.0.1/CFIDE/administrator/index.cfm Here is the error and the IIS...
View Articleussue with application.cfc in flash remoting
<cfcomponent output="false" hint="I define the application settings and event handlers."> hi, im using flash remoting to call cfcs and I want to use this application.cfc to determine the...
View ArticleAny examples of Econnect (GP) integration?
Has anyone attempted to integrate with GP using Cold Fusion? Just curious before I delve into the documents.
View ArticleStrange Scheduled Task (Quartz) behaviour CF10
Hi, I'm running ColdFusion 10 Enterprise on a RHEL 6 server and have come across an intersting behaviour in relation to the scheduled tasks we have setup. We noticed that after a reboot of our...
View ArticleBuilding parameters for the query builder
So here's a Query I need to build a subreport around...<cfquery name = "ac" datasource= #ODBC_DataSource#> SELECT tblArea.OIDEMSMaster, tblAreaStructure.OIDStructureTypeRef,...
View ArticleColdFusion 10 intermittent "service not available"
Have been programming over 30 years and CF in its various forms since 1998, but have to say this upgrade is NOT straightforward and after 3 very frustrating days I've finally reverted to CF9. CF10...
View ArticleData into and out of .cfr file...possible?
I have a CF app which needs to process totals for property and items like that, then I need to send that to .cfr fileSo how does regular CF communicate in an interactive mode with the report builder?...
View Article64-bit ColdFusion 9 ODBC drivers confusion? (architecture mismatch)
Hi all - I'm having problems setting up ColdFusion ODBC sources in a pure 64-bit environment. Server specs:Windows 2008 R2 (64-bit)ColdFusion 9.01 (251028) Enterprise, 64-bit I have 64-bit ODBC drivers...
View Articlecfimage inside cfdocument problem
Very strange, but repeatable issue I've run into. I'm using the barbecue Java barcode generator library to generate code128 compliant barcodes which are then handed to cfimage writeToBrowser to...
View Article