button and struct[empty]
I have a form with Javascript, two buttons "EDIT" and "SORT". There is Jquery-UI code for click and dragging list items that are pulled into the form from a database. When you click button "EDIT", it...
View ArticlePurchased Premiere Elements 12. Will not launch?
I have installed Primere Elements 12 on laptop, with Windows 8 64 mb. It will not launch, but gives no errors, it acts like it launched? But nothing happens.
View Articlecfpresentation marginTop?
I'm trying to create Powerpoint files on the fly and all works well except for the placement of the content. It seems to center the content vertically regardless of my margin settings. Supposedly...
View ArticleSolr field boost does not seem to be applied
I am indexing and searching and attempting to boost the results if found in a specfifc field, but the results do not appear as i expect here is the cfindex <cfindex query="getUsers"...
View ArticleWhat's the point in using CFPROPERTY for my Beans?
I did some testing, and if I set some private CFC variables in the pseudo constructor on a bean, and then perform the respective setPropertyName( respectiveOptionalArgument ) inside the init()...
View ArticleNew CF10 J2ee installation on Linux cluster. Admin password does not work
I just installed a new CF10 J2ee installation on Linux cluster. The cluster shares common storage. Admin password used during the installation does not work. 1. I have tried various browsers but the...
View Articlejava.lang.OutOfMemoryError: Java heap space
Hello All, I was trying to read an excel file in Coldfusion using the below code , but I got the following error. Code : <cfspreadsheet action="read" src="TestData.xlsx" sheet="1" rows="2-3"...
View ArticleCannot browse server following installation of hotfix 4 to Cold Fusion 9.0.1
Hi I've been tasked with updating a ColdFusion 9.0.1 installation to the latest patches. I've started with Hotfix 4. The installation appeared to go OK, and the services started after I applied the...
View ArticleCF Builder 2 Auto-Indenting
My ColdFusion Builder 2 auto-indents four spaces. How can I change that to two spaces? Thanks.
View ArticleCF10: Address already in use: JVM_Bind
After a fresh install of CF 10 multiserver I have made 6 instances. After a reboot of the server 4 of the instances have an exception: "Address already in use: JVM_Bind"java.net.BindException: Address...
View ArticleCFIDE directory
I am a ColdFusion user since version 3 (building web site with cfml).I do not know anything about the ColdFusion product itself.I am now wondering why new tags needs to access CFIDE directorywhich is...
View ArticlePassing variables with cfhttp
I need to pass a dynamic variable using cfhttp. This code: <cfhttp method="get" url="#cgi.server_name#/page.cfm?pageid=#pageid#" resolveurl="Yes"><cfoutput>...
View ArticleHandler "JWildCardHandler" has a bad module "IsapiModule" in its module list
I get this Internal Server Error (500.21) after installing the 32 bit version of Cold Fusion on a Windows 7 Pro machine (32 bit version). I read the posts and unchecked the IIS version 6 backward...
View ArticleDelete items unchecked from a form
I have a list from query that populate checkboxes (checked) in a form. However, when a user deselects some of the items from, I want them to be deleted from the database for that user. Here is the ex:...
View ArticleBeans get and set, but can they perform miscellaneous property modification?
In my learning of OOP, I came across a statement indicating that Beans should only be able to get/set properties of themselves. As such, many times I have a getProperty() and setProperty() for the...
View ArticleCF 9 HotFix 4 - RDS
Hi all,after CF 9 Hotfix 4 we have problems with RDS (unable to authenticate on RDS server using current security information)!Any experiences or ideas?Thank you!BR
View ArticleColdfusion does not recognize IE11 - Flash forms not working.
This is a problem that has me banging my head on my desk. We have a web application that still uses Flash based web forms. (Before anyone says it, I know we need to get away from the flash forms, but...
View Articlepass query id into pop up window
Hi, i want to be able to pass the id from the query into the popup window but not sure how to do it, would you please help me with this? - thanks code below (A) working fine with open the pop up detail...
View ArticleTrying to install CF10
I am trying to install CF10 on a virtual server.The server is a Windows 8 R2 with Service Pack 1 installed. Dual 2.53 GHz with 6144MB of RAM. The server has IIS7 installed. I got most of the way...
View ArticleHighlighting the current day
Hi, happy new year.I have some code that gives me a calendar on my cfml page.Is there a way that I can modify this so that the current day has a background color?Thank you very much. <code>...
View Article