Business Analyst who has developed in ColdFusion
I am currently looking for a BA in the St. Louis Area who has developed in ColdFusion. You could possibly work from home, this is a project. If you are interested or know anyone who would be, please...
View ArticleCFPDF Thumbnail Quality
First time I tried this tag CFPDF to create images of each pages.But, the quality result is fully unacceptable. Bad images, and text unreadable.Loosing time. Why creating such tags ?I am using CF v9.Is...
View ArticleHow to rename an instance
We have few instances running in ColdFusion 9.0.1 environment that we need to rename. I tried some google searches and found nothing that would help me do that. I can rename an instance in JMC Admin...
View ArticleCold Fusion 500 Error
This is critical. Our server is giving the folloowing 500 error: java.lang.NullPointerException at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java: 285) at...
View Articlecfexchangecontact 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 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 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 ArticleCopying Datasource setup between cf10 installations
Got a cfserver that needs quite a few datasources, so it's tedious to enter them by hand. Is it possible to do a trick like the old copying neo-query.xml?
View ArticleNeed Help with CFINVOKE
I don't usually get this type of error message when using cfinvoke this way (see below) but this time I keep getting this error no matter how I modify my logic or my codes.I've spent a week trying to...
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 ArticleColdfusion Internal Web Site Overriding IIS Web Site
We have CF 10 Enterprise installed on Window Server 2008 R2, using IIS with multiple web sites defined. These are set up in IIS in the standard way of mapping a domain name to an IP address. The sites...
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 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 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 ArticleStrange Behavior When Working with Nested Query Objects
I just posted a comment over on Ben Nadel's site about this issue but I wanted to get some feedback from my fellow ColdFusion developers to see if anyone else has ever experienced this issue: I have a...
View ArticlePlease vote for documentation on using servlets in ColdFusion
There is at present little to no documentation on using servlets directly in ColdFusion 10. The little documentation there is, is wrong. Please vote for the bug report.
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 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 Article