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 ArticleUsing CF + OOP and getting data from a database
OK, even though I'm pretty new to OOP, I've been doing great things and coming to levels of comprehension with it at a pretty amazing rate. My backend is CF10 (dev), MS-SQL 2012. How I used to get...
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 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 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 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 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 ArticleChanging CF10 default web root to use dropbox
Hi, I managed to have this running fine in CF9 for a long time but I have just updated to CF10 dev edition on my local Mac and I can't seem to get it working after much research and various tweaks. I...
View ArticleCF Builder 2 Auto-Indenting
My ColdFusion Builder 2 auto-indents four spaces. How can I change that to two spaces? Thanks.
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 ArticlePhotoshop is corrupt in CS6 and I need to reinstall it. Do I need to...
Photoshop is corrupt in CS6 and I need to reinstall it. Do I need to uninstall CS6 entirely first? If so, must I deactivate the whole suite before reinstall or what?
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 ArticleColdFusion 10 installation error on Win8.1 64-bit
Hello all,I am trying to install ColdFusion 10 developer version on my personal PC with Win8.1 64-bit.I tried to run installation as administrator and also in administrator command line but without any...
View ArticleDreamweaver CC Coldfusion 10 extension?
Hi I'm on the road trying to configure Dreamweaver CC for a CF10 project on my laptop. Back in my office on my server i have DWCC configured using the CF10 extensions and I remember that I used an...
View ArticleChanges No Longer Applying
I'm very new to coding and designing, but through following many online resources I finally find my way nearing the end of a finished site.But for some reason, the last few changes I made to my page...
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 Article