Invalid root Flex ColdFusion Flash remoting
Hi there. Please I know how to configure. Flex with CF 8 and CF 9. But with CF 10, i get an error "Invalid root, when I use the project wizard from Flex 4.x I do need help. I tried to create the...
View ArticleRe: Yet another CFIDE vulnerability!
Really, I do not know where to start on.Too complicated to me, and no time for this,And afraid to make a mistake in all the steps to go.I am developping sites and products, I am not a system...
View ArticleRe: cfcollection action='create' permission denied "read" (what???)
It is NOT related to Java 7. I uninstalled Java 7 from my dev machine and tested. The issue still remains. I thought there might be a possibility that Tomcat didn't have the permissions, but this is...
View ArticleRe: Installing CF10, in Configuration and Settings Migration Wizard - getting...
Hi Mike, Can you please check IIS Manager, under your site, if there is a virtual directory named jakarta, if not then please add the virtual directory name jakarta in your site and point it to the...
View Articleshow and hide with radio button
Hi, when i click on the radio button, the text box for fname is showed. If i don't enter anything into text box then hit submit, the pop up will display with code for validate below. When i hit OK to...
View ArticleRe: show and hide with radio button
Write JavaScript that will check the status of the radio button upon form.cfm load, then show/hide accordingly. ^_^
View ArticleRe: show and hide with radio button
i am not good at this, can you please provide any example?
View ArticleImageScaletoFit Issue
<tr><cfoutput query="myDirectory" maxrows="1"><td align="center"><a href="#Name#"><cfimage source="#Name#" name="Name1"><cfset ImageScaleToFit(Name,200,"")><!---...
View ArticleRe: ImageScaletoFit Issue
You scale the image, first, then use CFIMAGE action="writetobrowser" to display it. ^_^
View ArticleRe: ImageScaletoFit Issue
According to Adobe CF docs, resizing an image is done as: <cfimage required action = "resize" height = "number of pixels|percent%" source = "absolute pathname|pathname relative to...
View ArticleRDS Login
I have setup Dreamweave testing and remote server and local file.Testing and Remote server are not the same server.It only gives me one RDS login.Can I choose which RDS web server to log in or both...
View ArticleSession Var set onSessionStart is Undefined
Hello, I am having an issue with a session variable becoming undefined. The var is set (cfparam) on the Application.cfc page in the onSessionStart function. How is it possible for the variable to be...
View ArticleWill Coldfusion 8 support SQL server 2012 in Windows 2008 server
We have coldfusion 8 application server (Enterprise Edition) installed in one server. There is a plan to upgrade backend SQL server from 2005 to SQL server 2012 with windows 2008 as Operating system...
View ArticleRe: Will Coldfusion 8 support SQL server 2012 in Windows 2008 server
I have used CF8 with SQL 2012. Suggest setup a duplicate of your SQL 2005 database on SQL 2012 Express, point a CF8 instance at it then test your applications work ok before migration. HTH, Carl.
View ArticleThe following form is meant for website developer for debugging purposes
Got a massege saying Form is meant for website developer for debuggin purposes. Error occurred while processing request of life insurance through Acuuquote. Please help me. Thank you.
View ArticleVerity search engine security
I am wondering if there are any security risks with submitting a form entered search and the <cfsearch tag? Currently I'm filtering to allow only alphanumeric characters plus one or two others, but...
View ArticleRe: Will Coldfusion 8 support SQL server 2012 in Windows 2008 server
It may work with CF12, as carl said, but if you are looking for "official" support, I think that is HIGHLY unlikely. jason
View ArticleRe: The current user is not authorized to invoke this method. in CF10
The same issue. I don't even have disk E: on my mac CF10. The current user is not authorized to invoke this method.The error occurred...
View ArticleHow to output variables in word
I want to be able to provide quotes, I already have a standard word document but the price varies according to the number of units. What is the recommended way to do this- create a new word doc in...
View Article