cfexchangecontact with cfexchangefilter
Has anyone used the cfexchangecontact tag with the cfexchangefilter tag? According to all the docs I'm seeing the following should work to pull down all exchange contacts for a user:...
View ArticleCold Fusion accessing SQL Server encrypted data
Hi, The current environment is Cold Fusion 9 and SQL Server 2008 R2 Enterprise. The some of the data on the SQL Server is going to be encrypted because it contains sensitive data. The data is going to...
View ArticleCFCHART, y axis in whole numbers?
I have a report I print tracking the number of events in different categories. Events are single items and never parts of items. The charts I am generating have the y axis divided in all different...
View ArticlePDFDocException Created on Sep 12, 2006
Hi Guys, Anyone saw this error when use the cfpdf tag? I need extract a text of a pdf file, but when run the script the CF Server show me this error: PDFDocException <p/> Created on Sep 12, 2006...
View Article404 not found: '{sitename}/CFIDE/scriptscfformhistory.cfm'
Anyone else seen this error? It appears to be random.TIA!,-Aaron Neff
View ArticleAccessing a tab of a specific web page using
Hello, CFers! I need to access a remote page using the cfhttp. To be more specific, I need to access this page:...
View ArticleIN 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