IN statment
I have the table: IDcondition_idproperty_id1c_3b_12c_13b_23c_3b_44c_13b_15c_3b_26c_4b_1 I need to select all properties with condition_id c_3 and c_13 not just c_3 or c_13 (I expect in the result it...
View ArticleTranslation of Variable Output From CFQUERY
I'm not highly technical, and this is probably something easy, but here is my dilemma. First, define some variables: <cfset datasource = '#MyDatabase#'><cfset query_tbl =...
View Articleget cfgrid to stop rounding numbers, need 2 decimal places
Hi all! I'm having an issue where cfgridcolumn takes the number 65.20 and displays it as 65.2 because it appears to always round to 1 digit after the decimal. How do I get it to display "65.20"? (two...
View Articlecfsearch
Hellow everyone, I want to be able to search the whole keyword not just the part of this. For example, if user enters a keyword "material", i want the results return the list of document that contain...
View ArticleCKeditor and cfm
This is probaly a begineers question so apologies if it is a bit basic. It could also be a MySql fix rather than Colfusion! I have a textarea field on a web form using the popular text editor...
View ArticleProblems upgrading ver 9 developer to ver 10 standard edition.
We upgraded ColdFusion ver 9 Developer Edition to ColdFusion ver 10 Standard Edition. The CF Administrator reports that it is running Coldfusion 10 Standard edition and the correct serial number, but...
View ArticleJSON.parse: unexpected non-whitespace character after JSON data
I am having problem using cold fusion and jquery.ajax it will throw error JSON.parse: unexpected non-whitespace character after JSON data this is the response in firebug {"EMPCODE":"E-00001"} child.cfm...
View ArticleHow can I check if a https:// URL exists with cfhttp?
Hello, I have some code that can be used to check if a URL exists where arguments.u is a full URL (http://www.google.com/ for example) - from this I can determine if a URL exists or not as part of a...
View Articlecom.sun.mail.smtp.SMTPSendFailedException: [EOF]
We are seeing this error since going to ColdFusion 10 enterprise. We have installed all the updates. Server is Windows 2008 64-bit with all the latest updates applied. This appears to be very random,...
View ArticleWill ColdFusion 10 Standard Edition run on Windows Server 12?
The tech specs do lot list this OS (http://www.adobe.com/products/coldfusion-standard/tech-specs.html) but it is liseted on the Enterprise Edition specs...
View ArticleUsing recordcount to send an email when dynamic number is hit
I have the following script that will fire off an email when a set number is achieved, ie: "minrequire" is set to 6. When six students have subscribed, an email is sent to the moderator. The problem...
View ArticleInstaller for CF10 on OS X 10.9?
I'm trying to set up a new development box and have bumped into a problem I'm hoping someone on the forums can help me get past. I am on a new install of OS X 10.9.1, and have Java 7 installed. Running...
View ArticleFlash Builder URL Request - Set data to UTF-8
How to set URL Post data to UTF-8; It is done like this in IOS code: NSData *postDataString = (NSData *)[datastring dataUsingEncoding: NSUTF8StringEncoding allowLossyConversion:NO]
View Article"Sync" local and remote instance admin consoles
I am trying to find a way to "sync" the local and remote admin settings. In other words, when I create or update a datasource, I would like the remote instance in a cluster to update as well. I...
View Article404 and 301 mapping with IIS
Hello All, I am very new to Coldfusion and hosting coldfusion based sites in IIS. Recently I was trying to host 2 sites whose homepage is working fine. But the links are not functional. When spoke to...
View Articlecoldfusion REST service, 404 not found
I cannot seem to get my REST service to work... I get a 404 when I call the URL.Im running Win 7, CF 10 developer, Apache webserver. I've developed on this for years, so the setup works - but this is...
View Articledata source lockout issue
hello, i am using ColdFusion MX 7,0,2,142559. the issue is that i have several data sources, however one of them locks out every now and then. Not sure what is causing only this data source to lock...
View Articleread csv
Hi all, I have the csv file with the format below.It has about 15 fields. I want to read this CSV file and inserts the records into my table but got an error below. 43;Test;;TEST PASS;Time...
View Article