ColdFusion is a server-side rapid application development platform, implementing the dynamic general purpose CFML programming language.

learn more… | top users | synonyms

2
votes
1answer
77 views

cfselect not binding to cfc

I'm new to the newer versions of ColdFusion and I'm having issues with a simple databind to a cfselect. I've done my best to thoroughly research it and I've even gone back to a textbook and ...
1
vote
1answer
92 views

Intermittent Problems With cfthread

I found this bug report. The question is, "Is that what's happening to me?". I have a few situations where I do this sort of thing. <cfthread name="thread1" action="run"> code for thread1 ...
0
votes
2answers
70 views

What conditional logic to use for numbers with leading zeros?

I am running ColdFusion Enterprise 9.0.1.274733 on Windows Server 2008 R2 with Java 1.6.0_22. I am calling a SOAP web service that returns various data to me. One of the data elements contains a code ...
-1
votes
1answer
61 views

Managing large Struct in Coldfusion [closed]

I have a very long list of KEY:VALUE pairs in coldfusion. As a sample <!--- Info ---> request.INFO = StructNew(); request.INFO.isImportArchiv = false; request.INFO.lImportArchiv = ""; ...
-1
votes
0answers
49 views

Managing large Struct in Coldfusion [duplicate]

I have a very long list of KEY:VALUE pairs in coldfusion. As a sample <!--- Info ---> request.INFO = StructNew(); request.INFO.isImportArchiv = false; request.INFO.lImportArchiv = ""; ...
1
vote
0answers
65 views

Can't create a JTDS datasource in ColdFusion connecting to SQL2008

I am encountering an issue with a ColdFusion query executing in SQL2008 R2. The query returns two rows when run through Management Studio but through ColdFusion it returns zero. On searching the web ...
-4
votes
1answer
74 views

Run multiple Coldfusion project at the same time [closed]

Right now, I can run one coldfusion at once time. But, I want to run many coldfusion projects at the same time, but I can not do it. Who can share with me. Thank you so much. When I desploy one ...
2
votes
1answer
63 views

is cffile action=“rename” === fileMove in CFScript?

Does fileMove() do exactly the same thing as <cffile action="rename">?
1
vote
0answers
30 views

Translating URL in .htaccess

Here's what I would like to do Say I have a domain, www.mydomain.com I have my coldfusion application in www.mydomain.com/myapp There is a folder under myapp called x and under x is y like this ...
1
vote
2answers
87 views

Connecting ColdFusion 8 to Oracle 11g with JDBC

I created a datasource from my ColdFusion 8 admin using JDBC/Oracle Thin Client. The datasource creation was successful. When Oracle encryption is configured as "Requested" I can browse my ColdFusion ...
0
votes
4answers
95 views

Coldfusion passing variable through url

I am trying to pass the ID of a username through the URL (this part works). Then on to the next page where I display the user's information. However I cannot get the latter part to work correctly. ...
0
votes
1answer
67 views

checkbox on page load in coldfusion

I have 2 check boxes like below on a coldfusion form. On page load I want both to be checked and display a query result depending on which checkbox is checked. I have the below code working fine ...
2
votes
3answers
71 views

Date strings not working in date range select statement

I'm having an issue with a couple of dates which is eluding me at the moment. I have 2 date strings in the following format: dd-mm-yyyy. So for example DATE1 = 10-03-2013 DATE2 = 15-03-2013 I ...
1
vote
1answer
70 views

SpreadsheetAddRows failing on moderate size query

Edit: i changed the name as there is a similar SO question How do I fix SpreadSheetAddRows function crashing when adding a large query? out there that describes my issue so i pharased more ...
0
votes
2answers
70 views

ColdFusion10 - query cfloop over an insert query

First post here. I'm using CFSPREADSHEET to create a query from Excel and then trying to insert the query results into MySQL table. That's working fine. I also need to take a value from one column ...
0
votes
1answer
58 views

Catch the timeout exception only

I have some handling logic for timeout exception only. Can I specify some type for cfcatch tag, which allow it to catch only timeout? Right now I'm catching all exceptions and looking for "time limit" ...
0
votes
3answers
104 views

Apple Push Notification using Coldfusion

I want to send Push notification using Coldfusion. I couldn't find much help on google. I could find only one article that discusses this topic. But unfortunately I am getting exceptions while ...
2
votes
4answers
74 views

OnRequestStart on coldfusion

Is their away to force OnSessionstart to run again on OnrequestStart if needed. I'm building a site where alot of variables are created based on a dynamic subdomain. So I'll want to check ...
0
votes
1answer
104 views

Setting session variables with JavaScript in ColdFusion

I have a website with multiple tabs. Each tab runs a separate report based on a set of filters that take their values from session variables. How things work now: While the user is inside a report ...
2
votes
4answers
194 views

How to return query results containing apostrophe from search string not containing apostrophe

I have a simple application that allows users to enter a string to search for a name in a database. The server side is ColdFusion 7. The issue I'm having is that a query such as "obrien" does not ...
1
vote
1answer
29 views

How to resize RTF images

I am writing an image to an RTF document using ColdFusion 9 and I want to size the images to a certain size. How would I do that in the RTF? I cannot change the stored image size or make a new one. ...
0
votes
1answer
40 views

fusionreactor installation error Backing store not available

I am trying to install FusionReactor_windows_4_5_5 on my ColdFusion 10 / Windows 7 (32bit) system. But it is giving me an error: Setup detected a problem Please ensure that the Java System ...
1
vote
1answer
47 views

Nested floats do not work in CFDOCUMENT css

The below html was provided inside a <cfdocumentitem type="header"> block. But the output is empty. <div class="grid"> <div class="span5"> ...
1
vote
2answers
46 views

ColdFusion server configuration

Following the instructions in the Adobe link below I have reinstalled CF9 multiserver config and Apache web server. My link So now my root for localhost points to C:/Program Files (x86)/Apache ...
0
votes
2answers
70 views

Simple regex help in coldfusion

I have a string that I wish to remove some characters based on underscores in the string. For instance. I wish to change 2_MASTER BEDROOM_CFM to MASTER BEDROOM OR 2734923ie_BEDROOM 2_CFM to ...
2
votes
1answer
157 views

Data gets truncated while inserting JSON data

I have a SQL table which has 'text' as a datatype. I am trying to insert JSON data using CfQueryparam with cf_sql_longvarchar, which I have in a ColdFusion variable. However, when I checked the value ...
1
vote
2answers
136 views

ColdFusion 9 cffile error Access is Denied

I am getting the following error: The cause of this exception was: java.io.FileNotFoundException: //server/c$/folder1/folder2/folder3/folder4/folder5/login.cfm (Access is denied). When ...
2
votes
1answer
208 views

Create dynamic html table, where td values associate to th values from ms sql db

Using ColdFusion 9 server and MS-SQL db, I am trying to create html table, where td values associate to th values from the same MS-Sql db table. Query 1 - get departments: <cfquery ...
1
vote
0answers
43 views

BlazeDS can't change polling interval

I'm trying to change the polling interval on a BlazeDS channel configuration but the client always seems to get the messages in batches of 3. I'm testing sending 1 message per second. The server is ...
1
vote
1answer
85 views

Coldfusion ApplicationStop Function

I am working on a CF9 application, and we have a process that is sometimes required that calls applicationStop() My understanding of this function is that it shuts down the app, and the app is ...
1
vote
2answers
38 views

How can I write a cfloop with dynamic index from file upload

I have the following code that is reading a spreadsheet in a file upload. My question is: How do i make COL_3 dynamic so the 3 is the index number of the loop? So something like: <cfset test = ...
3
votes
1answer
88 views

An exception occurred when instantiating a COM object

I have upgraded from ColdFusion 6 to ColdFusion 10 and I'm encountering the following error: An exception occurred when instantiating a COM object The cause of this exception was that: ...
2
votes
3answers
50 views

ColdFusion (Railo) QoQ - Nulls Last

My understanding is that nulls last is not possible with QoQ. How do I trick coldfusion into sorting null values last whether i'm sorting the row ascending or descending? I've tried using case in the ...
1
vote
1answer
42 views

Sub-application with ColdSpring doesn't have access to package methods

I'm having trouble creating a sub-application using ColdSpring to instantiate my objects. In my parent application, I have a ColdSpring config file which is instantiating a bunch of components with ...
0
votes
1answer
68 views

Copy files in folders using ColdFusion (openBD Engine)

I have been asked to solve the following problem: copy files in batch of 3 in newly created folders. Example: in folder let’s say “D:/TEST_CF/” there are 20 txt files. Divide them by 3 (the ...
0
votes
1answer
46 views

Coldfusion: storing routes and other variables for application in

I'l like to keep a a bunch of variables for access in the application.cfc or other coldfusion files that may be using them. I've got some routes information where depending on the url entered, ...
4
votes
3answers
113 views

coldfusion CFM Variables scope

I have previously asked a question regarding cf scopes on cfm pages (happy that I understand CFC scopes and potential issues), but am still not clear on the variables scope. In the answers to my ...
0
votes
1answer
34 views

Mura CMS Plugin SESSION

I am working on a plugin that handles some more advanced searching of site members and in looking at the Advanced Search for the Site Members (cpublicusers.dsp_advancedsearch.cfm) I found that the way ...
2
votes
2answers
124 views

How can I always round down to the closest 10 whole number?

So, I have a query that returns a number of records. And on my results page I display a line that says: Results 1 to 10 out of 30+ results are shown below. The 30+ number I get by doing this: ...
0
votes
1answer
25 views

How to ImageSetEXIFMetadata and ImageSetIPTCMetadata in ColdFusion?

ColdFusion 8, 9, & 10 provide ImageGetEXIFMetadata and ImageGetIPTCMetadata functions for extracting image meta data thanks to Drew Noakes according to this source. I'm looking for a way to ...
0
votes
2answers
62 views

Using JSON Data with Coldfusion

I've worked with JSON data in the past - mainly 'fudging' my way to a solution, and not really understanding why or how things work. I've come across an issue where the data being returned looks ...
0
votes
1answer
52 views

Coldfusion hits java.net.SocketTimeoutException when calling down to long running Java methods

I'm trying to call a method on a static Java class which could take anywhere from 10 seconds to a minute to run. After about 30 seconds, I get the Exception java.net.SocketTimeoutException: Read ...
0
votes
0answers
25 views

gmail server will not verify since upgrading to ColdFusion 10

I use ColdFusion on my local machine to send group emails to clients. Since upgrading from ColdFusion 9 to ColdFusion 10, I cannot seem to connect to the gmail mail server (smtp.gmail.com), and ...
0
votes
0answers
85 views

Index: 2, Size: 2, Index: 1, Size: 1 Error in coldfusion

I am observing very strange error in my coldfusion application. This error appears sometime and after page refresh it gone away. This error not tied to any particular page within my application. It ...
1
vote
1answer
60 views

Coldfusion cfform validation for hidden fields

I have a form with a select box with some options. if the user selects Other option, it will display the hidden text field in which user has to enter his choice. Both the form fields are required ...
1
vote
3answers
109 views

How Can I use Two DataSources in a CFQUERY

<cfquery name="checkinvoice" datasource="?"> SELECT DISTINCT INVOICE_DATE,DEPARTMENT,VALUE,INVOICE_NO FROM ro_invoice WHERE sheet_no='#newROSheet.sheetNo#' MINUS SELECT ...
1
vote
2answers
88 views

ColdFusion 10 REST API: How to get cfthrow to return JSON with Camel Case properties

I'm using ColdFusion 10's new REST API. Let's say I throw this exception: <cfthrow errorcode="400" message="Validation error." type="ValidationException" /> ColdFusion handles exceptions ...
1
vote
0answers
61 views

Ajax file upload to CFC works with CF Server but not through Apache

I have a ajax file uploader that sends the data to a cfc. In the cfc, the data is assigned to a local variable by the use of GetHttpRequestData(). <cfset local.requestData = ...
1
vote
0answers
279 views

Add textbox value to multiple select box via JavaScript

I have a textbox in which the user is allowed to enter alphanumeric input. I also have a plus image which on clicking will have to add the entered text to a multiple select box called "add key num" ...
-1
votes
1answer
45 views

Upload File With a Caption

How can I upload multiple files with its own caption? I gave no problem to upload multiple files, but i have no idea on how to put the caption (as I am going to display the uploaded images in next ...

1 3 4 5 6 7 117