I am taking over management of a coldfusion 9.01 server, but the CFADMIN page...
Th error is webpage cannot be found, can someone point me in the right direction?
View ArticleSelect Query and Recordset on same page
I have been workig with Coldfusion for a while now. Where I work there is a need for web pages to extract data from data sources. I have been successful at doing this. Typically I use a form that...
View ArticlePop Up Window with Image
Hello. I'm a newbie to ColdFushion. I'm trying to create a page where user can view a list of small pictures. Once he clicks on a picture, its full image will show up in a pop up window. I'm not sure...
View ArticleHow can I change my code so it displays the first 200 characters of text?
Hi. I'm teaching myself ColdFushion. I'm creating a page to show a list of news articles. I want to show the first 200 characters of the text. I store my data (article content as text) in mySQL....
View ArticleColdFusion 9: What exe files are supposed to be in the CFIDE folder?
My server was recently hacked and I'm looking for malicious code the hacker may have left behind. I see a number of exe files in the CFIDE folder that were created during the period the server was...
View ArticleColdfusion 10 on Intel Itanium
Hi All, Did all of you have any experience to install Coldufison 10 on Intel Itanium Processors?Need advice from you all.Thanks
View ArticleError while assigning resultset value to Querytable variable in Coldfusion 10
We are upgrading from coldfusion 8 to 10. Internally we were using java function to to get the data. In java function we have a resultset object, if we assign this resultset value to Querytable...
View Articlecoldfusion downoad as zip file
hello, Is it possible to download Adobe coldFusion as a zip file? Our corporate firewall will not allow for direct download of an executable MIME type. Thanks
View ArticleFailing to install (APSB12-26) and (APSB11-29)
We are trying to install two hotfixes (APSB12-26) and (APSB11-29) on the server. This server does not have Runtime Java and preferably we do not want to install it. When we attempt to install these...
View ArticleNeed help with auto suggest - Return multiple fields
I am having a hard time getting my autosuggest to work. I have a cfinput where a person can type in a last name. I then want to return the full name and employee ID of the person and bind them to two...
View ArticleError Executing Database Query
Error Executing Database Query. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_SELECT_LIMIT=DEFAULT'...
View ArticleFrustration: Cannot "edit" Solr collections?
Hello, everyone. When Solr collections were first introduced in ColdFusion Server, the one thing that really irritated me was the fact that you cannot edit a Solr collection (ie, when you click on a...
View Articlejava.lang.AbstractMethodError on data source verification
Using the easysoft JDBC-ODBC bridge to connect to an Access DB. Has been working great since CF6. Currently no issues on CF9(solaris). We're working to upgrade our servers to CF10 on Redhat and have...
View ArticleTesting Automation
hi guys, Do you use any tools to handle your coldfusion application testing?if yes, what do you use? I'm trying to find something that i can for testing that will not involve the developer team
View Articleinto
Hello EverybodyI'm getting a very strange situation. I'm working to migrate a Cold Fusion site from v8 to v10. Into new v10 environment I'm getting an error that is not present into v8 version. The...
View ArticlePDF markup in Coldfusion
I want to enable a teacher to annotate PDF's that a student has uploaded in my Coldfusion App like Adobe Acrobat X can do as discussed in the book "Adobe Acrobat X Classroom in a Book: The Document...
View ArticleImport Exchange cert into JVM for CF10
Hello, everyone. I'm trying to learn the CFEXCHANGECONNECTION and CFEXCHANGECONTACT tags, and I'm having a bit of an issue. When I first started playing around with it, I was getting error messages...
View ArticleGetting what amounts to be a left outer join just has not worked for me with...
Dear Sir: I have an issue that concerns development of coldfusion queries. I have not had unsurmountable issues with getting SQL (in <cfquery>) to work in order to add, update, delete or join...
View ArticleHow can I combine these to tables?
I have a query that i get the MAX number of "stars" <cfquery datasource="Intranet" name="getMaxstars"> SELECT TOP (1) WITH TIES employee, SUM(execoffice_status) AS 'total_max' FROM...
View ArticleTryiing to call a CF function within a javascript function- CF10
Hello! I am pretty new to CF, so please forgive me. I am trying to call a CF fn within a javascript fn, and it doesnt seem to be working. I am using coldfusion.ajax.submitform() within my javascript....
View Article