scottberry
See the following code:   spreadsheetObj = SpreadsheetNew('Metrics',false); SpreadSheetSetColumnWidth(spreadsheetObj, 3, 10); SpreadSheetAddRow(spreadsheetObj,'Merchant ID,Merchant Name,Return…
in ColdFusion
sdsinc_pmascari
So, I used the updater in CF Admin to apply the latest patch (14) to CF10.  Afterwards, I rebuilt my web server connections.  This is a process I've done dozens of times.  However, this time around…
in ColdFusion
erose68
I have a MacBook Pro running Macintosh OS 10.9.4.  I am using Java version 1.6.0_65 I just ran the Developer installer for Coldfusion 11. I started the service using sudo ./coldfusion start and…
in ColdFusion
MAHI
Hi,   I am using CF11 with SQL server 2012 & IIS8.0 on windows server 2012.   When I am using a CFGRID bind to a CFC and passing 2 or more than 2 parameters from a FORM, it fails for an incorrect…
in ColdFusion
ict-centraal
We want to move from Coldfusion 9 to Coldfusion 11. Is there a way to copy all setiings from CF9 to CF11? I tried it with a Coldfusion Archive, create in CF9 and deploy it in CF11. The problem was…
in ColdFusion
senkel
Hi all. I have installed the cold fusion server. at first with mac server, apache..... but after install cold fusion and want to go to the admin page:   HTTP Status 500 -…
in ColdFusion
ssmahe
Hi,     I am having a problem formating an Excel file with multiple sheets using cfspreadsheet.     I created the excel file from an XML string using POI. Things work perfect till here.     To…
in ColdFusion
Miguel Arvelo
Hi everyone,   I'm currently working on a project that has been using Html tables to generate CSV files for a long time and since we moved recently from CF7MX to CF10 we decided to make use of the…
in ColdFusion