I need help setting up CF Builder to remote server
I need some help configuring CF Builder to a remote server that is already running CF
View ArticleThe request has exceeded the allowable time limit Tag: cfhttp
I have a CFHTTP that requests a page from another 3rd party server for parsing. The code works fine, however, I just set up a CFLOOP to retrieve several pages, just to make sure it was parsing...
View ArticleNew CF10 install not finding pages when including template in URL.
Just installed Developer edition of CF10. On a new Windows 2008 server. Registrar pointing to correct server; everything working OK. Sort of. When I type in to my browser at the office (no where...
View ArticleCan't CF use non English characters in URLs ???? (critical for SEO)
Hi all, I want to use non English characters (Greek characters) for folders of the URLs.eg http://www.mysite.com/Φάκελος/index.cfmwhere "Φάκελος" is a non English word (Greek). When the called page...
View ArticleColdFusion 9 Update 1 causes app with Flex Integration to stop working
We recently installed the ColdFusion 9 Update 1, over a reinstalled ColdFusion 9 after a server crashed. Other applications work fine but the application featuring Flex Integration has quit working. It...
View ArticleHow to redirect to the same page ?
i am using the following code to open a file on a cfm page ie.,when user clicking on a hyperlink it opens the cfm page and displays the pop up to save the file <cfif isdefined("url.isemailPopUP")...
View ArticleIs it allowed to run Coldfusion 9 or 9 with CF10 license?
I'm having endless problems with server crashing on "Service temporarly not available" - see Bug 3318104.Tried all the recommended solutions - latest updates, reinstalled IIS connector, disabled...
View ArticleDownloading file not the correct contents
Hi, I have a link on another page the take me over to the page that contains the code below: <CFOUTPUT><CFSET FPATH = #GetDirectoryFromPath(ExpandPath("*.*"))#><cfdirectory...
View ArticleOffice 365 + CF Mail
I am trying to send mail using ColdFusion (8) and Office 365, but I'm not sure what username to use in either the Mail Settings in CF Administrator or using a regular CFMail tag. Any help is much...
View Articledoes not keep formatting as coded
I am creating a PPT using the <cfpresentation> tag using coldfusion 9.0.1. The presentation gets generated, however the information within is not getting displayed as it is coded. I am using...
View ArticleHelp with my reatil coldfusion website
I had a local programer change my wesite to coldfusion, he has since left town.I need to make changes and dont know how.I have the information to access my site, when I make changes it gives me an error
View ArticleNeed to restrict numeric entry to two decimal places
Hello, I have a cfform with a cfinput of type=text. I need to restrict what can be entered into the cfinput so that it allows only two decimal places. I have tried the mask, but it won't work because...
View ArticleCF10 ODBC Socket Error - TCP/IP error, connection refused
Trying to define ODBC datasource for Excel. Getting foloowing error: Connection verification failed for data source: ABCDEFjava.sql.SQLException: [Macromedia][SequeLink JDBC Driver]TCP/IP error,...
View Articlechange xAxis font size of cfchart
I use a xml file to configure the chart style, but it did not work,it only works for color change. when I set fontSize="" for cfchart,all the font size changed,I want to change the xaxis font size...
View Articleparsing json failure with japanese characters in json string with coldfusion
In a cfm file,I get a string from a http request,but the string has japanese characters,I want to translate the json string to array using DeserializeJSON() funciton, but it appears error "JSON parsing...
View ArticleIs it possible to modify the SOAP response?
Dear all, I urgently need your help. I am new to SOAP and Webservices and have tried hard for the last 2 days to find a solution. Is it possible to modify the soap response? I'm writing a webservice...
View ArticleTimed out trying to establish connection
Hi, We are getting below exception while establishing connection with SQL Server (Client Variable defined there). Could you please help. 05/07 10:21:25 error ROOT CAUSE: java.lang.NullPointerException...
View ArticleColdfusion 10 and Exchange server 2010
Hi, We were using Coldfusion10 software to access exchange server 2010 sp2. It was working fine. Recently the server team upgraded server to Exchange 2010 SP2 RU5v2. Also planned to upgrade to sp3.Now...
View Articledynamic check boxes
Hi, The query below is listed 5 checboxes and one of them is Other. When user clicks on Other, I want another text box display below them. Is the the way to do it since it all dynamic and has the...
View ArticleHit Counter
I wanted to make a hit counter just like how youtube records and displays the correct amount of users who view the video / site. No matter how many times you hit refresh / F5. How is this done or can...
View Article