help removing encoded html from string
Hello, I am trying to remove all html from a user input string. something like this: <cfset string ="sample text <a>"> I have tried: Replace(string , "<[^>]*>", "",...
View ArticleConnection verification failed for data source on port 1433
Trying to set up a DSN for a SQL Server database on a new computer and it's failing every time. Connection verification failed for data source: csfjava.sql.SQLNonTransientConnectionException:...
View Articlecflocation returns blank page
I have a page that redirects the user after they have successfully logged in. Everything was working great on my test server but when I uploaded it to launch the site the redirect after logging in...
View ArticlePerformance while checking record count of a query object
I can check whether a query results contains any record count or not in any of the following ways. 1 <cfif myQueryObject.recordCount> ---- some logic ---- </cfif> 2 <cfif...
View ArticlePlease give the complete code for the below problems with action page and Form.
Create an array, which is holding ‘n’ strings (words), , and implement the functionality to search given string is present in the array. Give an option to the user to enter the word to be...
View Articlehow to pass value from cfgrid multiple select
Could anyone help? Javascript fixMe() work properly in IE but not work in Chrome. Sample script<SCRIPT language="JavaScript"><!--function showErrorMessage(form, ctrl, value, message){...
View ArticleAbout ColdFusion 10 License
Hi, We want to move our website to a new host, we buy the license like 4 or 5 years ago. The current version of ColdFusion is: 10,0,0,282462. we want to know if we migrate to the new server, can we...
View ArticleCFBuilder 3 error when opening
Hi When I open CFBuilder 3 I get the following error for all of the files that were open when I closed the app: No editor descriptor for id org.eclipse.ui.internal.emptyEditorTab I have to close the...
View Articlecfspreadsheet and cfdocument stop working
I am using Coldfusion 11 Standard Update 4 on a VMware virtual server with Windows Server 2012 Datacenter. We are having a problem where pages using <cfspreadsheet> or <cfdocument format =...
View ArticleColdfusion Socket Gateway in web application help
I've created a Java Socket Gateway in ColdFusion to talk to a 3rd party API. User requests their credit balance by clicking a button. On clicking the button, a socket is opened with the 3rd...
View Articlehow do i install my coldfusion 11
Hi,I am a novice in coldfusion, i have been using and learning dreamweaver, but i want to extend my knowledge to coldfusion11... i am having problem installing it and getting it up running.Can you...
View ArticleI'm still waiting for assistance from Adobe
All day I've been trying to cancel my subscription, and it's almost like they are forcing me to spend my money on them, and I wont, even if I need to change my bank details.
View ArticlePassing DSN Information to a C# DLL Library
I'm trying to migrate all the ColdFusion database calls to a c# dll which will be shared with both ASP.Net and ColdFusion in order to kept a single set of classes and methods that perform database...
View Articlecfhtmltopdf with remote PDF service returning “FILE NOT FOUND”
I'm developing with CF11 on a Mac, which doesn't support having a local PDF Service to use with the new tag. But, I'm able to set up a PDF service that points to our dev (Windows) server. That service...
View ArticleRegEx data validation (server-side, not using CFFORM/CFINPUT)
Hello, everyone, I'm trying to use Regular Expressions on the server-side for data validation from a form. I am not using CFFORM, so will not be using the validate attribute of the CFINPUT, etc....
View ArticleChange ColdFusion Admin password
I have a rarely used server that I now need to start using. I upgraded to CF 10 last year. I assigned a password and was able to add all the patches available. I logged out and haven't needed to...
View ArticleAdobe CFC Generator error
Hi ... trying my hardest to make the CFC Generator work in CFB 3 but my error logs are filled with errors. The one in particular: Failed to install extension Adobe CFC Generator.zip -Directory "Adobe...
View ArticleOrm configuration in application.cfc conflicts with coldspring
Hi , I am facing issue with applicationc.fc which contain both orm and coldspring configurations.The problem is, either of them work but not both. Please help Thanks and RegardsVikrantraje
View ArticleCold Fusion 10 permissions for Basic and Anonymous authentication Mix
Hello, I have a site that requires Basic Windows Authentication for all site but a few directories require Anonymous authentication. I configured Basic authentication for all site and it works. If I...
View ArticlePath to CFC Not Working on new domain
Hello,I have some .cfc's that reside in the same directory as the .cfm file calling them. Everything works as expected, but now we are changing the structure of our web site and cfc paths are not...
View Article