call cfc from the another cfc
Hi, I want to be able to get the value of the CodeItem from the getItem function to use for my second function getOpt. But not sure how to do it, would you lend me a hand?- Thanks<cffunction...
View Articlecalling an asp.net program
When I put an asp.net program name in a form tag's action attribute, I get a page not found error.How can I call an asp.net program from a ColdFusion one and pass form element values ?
View ArticleUnable to read WSDL from URL
Hi All, We're creating a web service to send some data to another application, when the web service is called from our application an error message "Unable to read WSDL from URL" appears. But if we...
View Articlepass value from javascript into cfc
Hi,I want to pass the value from the input field intomycfcwithout click on the submit button. I am thinking about using the javascript to pass this value into thecfc then fromcfc, do the query to...
View ArticleCF9 Solr Hangs on Corrupt PDFs
I am indexing 34000 + documents physically located on the Hard DriveWindows Server 2008 SP2CF9Oracle Thanks to advice in another thread I started I am indexing the folders one at a time followed by an...
View Articlehow do I find a human to talk to about web service API general questions
I am looking for supportwill pay for time dbcooper@DIRECTtoFAN.com610 278 0633 thanks
View ArticleCF11 Server Update "Not able to connect to Update Site: Connection Failure:...
We have recently installed CF11 Enterprise (64-bit) on a Windows 2012 (64-bit) Server running IIS 8.5. When I check for Updates from the ColdFusion Admin I get the following error "Not able to connect...
View ArticleColdFusion Builder 3
I was editing a JS file wanted to write a try catch. I started writing the catch part first. Then the try part. But, added the parentheses. I don't know what I was thinking. But, it locked up...
View ArticleNeed Help to get value of selected item from Select Dropdown list in cfquery...
Form:<!-- Sign up FORM --><cfoutput> <form method="post" action="HomeShow_submit.cfm"> <input type="hidden" name="UserID" value="#RemoveChars(CGI.Auth_User, 1, Find('\',...
View Articlecustom wsdl namespace issue
I’m trying to use a custom wsdl with our own namespaces. However, CF10 is partially overwriting with its own namespaces. Here it the partial component definition.<cfcomponent output="false"...
View ArticleHowdy
I am a journalist in Australia with no IT skills.I am looking for advice re the future of two sites I am responsible for which run on a system developed on the ColdFusion platform.My developer and...
View ArticleWhen I enable RDS I cannot access the server after restarting
We are trying to install ColdFusion Report Builder which requires RDS to be enabled on the server. I have edited the web.xml file and uncommented the RDS parameters but, after restarting ColdFusion, I...
View ArticleHow can I make the browser use the proper filename during a forced save,...
We have a client using CF8 Server for a site and I am using the CFHEADER/CFCONTENT method to force a file to save to the end-user's computer. The dialogue comes up as expected, but regardless of what...
View Articleloop a cfldap query
I'm trying to get a list of users in a distribution group through a cfldap query, but my record count is always 1. I've tried: <cfloop query="results"><cfoutput>Name: #cn# Email:...
View ArticleColdfusion 11 install successful but service wont start
I downloaded the latest coldfusion 64bit for windows yesterday, file ColdFusion_11_WWEJ_win64.exe, and it completed installation successfully on my windows 7 professional machine. The Cold Fusion...
View Articlebad file exception EOF
Hey folks, just trying to figure out what is going on with this coldfusion file. I bring it up in the browser and I get Bad File ExceptionRequest/index.cfm TypeTemplateMessageExpression...
View Articlecftextarea basic expandable
I am using cftextarea (toolbar="Basic") on a really long form. The folks using the form sometimes need to print out what they have entered before they submit. The problem is that sometimes the...
View ArticleNew CF10 Install coesn't see any updates
I just finished a new CF10 install (Standard Edition, 64 bit, Windows 2008R2). Everything seems to work ok (Admin screens, etc). Except that when I go to Server Updates > Updates to do the updates...
View ArticleCF10 deployed in native Tomcat 7 using war file in Linux server
Hi All,I deployed CF10 to native tomcat 7 using war file and I would like to ask the following1. is there away to bounce/start/stop/restart CF10 from the console? how we normally do this in J2ee...
View ArticleSubmit form via AJaX to CFC
Hello, everyone, I have a form (NOT a CFFORM - those are evil) that I am attempting to submit the data to a CFC. Right now, all the CFC is supposed to do (for testing purposes) is to display the form...
View Article