Purchase Coldfusion 9 standard
Howdy, Is there any place I can still purchase Coldfusion 9 standard still? I want to put together another server and I don't want to go through the entire code space and make changes again to go to...
View ArticleEdit a new list
<cfselect> <option value="volvo">Volvo</option> <option value="saab">Saab</option> <option value="mercedes">Mercedes</option> <option...
View Articleselect value base on previous select value
I have 5 select on the form and each one uses different data source from the query like following.I want to every one data limite by previous dropdown just like department, manager, supervisoe, leader...
View Articlefill cfselect with jQuery
<cfselect name="MyList" id="MyList"> <cfoutput query="MySP"> <option value="#MySP.MyID#" <cfif (isDefined("form.MyID") AND form.MyID EQ...
View ArticleFindNoCase
Hi, i want to find the if the record from the list is matched with the record from the query but my code is not working. Can you please help? <cfset variables.subListItems =...
View ArticleURL not compiling properly
I have two URL's that I have changed in my code. Both are href tags in cfm pages. My problem is that when I view the page in a browser they are pointing to the wrong locations. Both URL's are...
View ArticleCannot set property 'readyState' of undefined cfwebsocketCore.js:54
I am trying to test the cfwebockets but i keep getting this error when i go to the webpage where i have the sample code. i have downloaded sample code from the adobe developers and it still gives me...
View ArticlePrinting ZPL code to printer
Recently upgraded from CF8 32bit and was using CFX_print to send ZPL code directly to a printer. Unfortunately 32bit DLLs do not load in 64-bit machines....Does anyone know or have an alternative to...
View ArticleReading from .file and storing data in database
Currently i am reading data which is stored in .file in the format (abc|def|ghi|jkl|....|)using array and display the required data from the array as report data. Data is being appended to the .file...
View ArticleHow do I modify XML? I know where it is, but cannot figure out how to modify it
I have this XML data, and I know there is a node called <group> that has an attribute of tplID with a value of 'alpha'. There ARE other <group> nodes at the same (and different) hierarchy...
View ArticleParse String using RegEx REMatch
Why does this not return the variable form.item_cost to equal:199.99? <CFSET string1 = "Here we have $199.99 is the price"><CFSET form.item_cost =...
View ArticleCF8.01 hacked. Need info on patches
Yesterday some of our hosted sites were hacked using code pasted below. We're running CF 8.01 and I'm wondering if there is a cumulative secutity patch that we can apply or If I should just apply...
View ArticleIs there a limit to the size of a formatted xlsx spreadsheet created by...
I'm using cfscript to create a (fairly) large xlsx spreadsheet. As I was developing the script and the spreadsheet grew in size, I started getting the following error when attempting to open the...
View ArticleCalling LoadLibraryEx on ISAPI filter...
Installed CF10 64 bit on Windows 2008 R2 64bit and I was able to run the admin without issues.This morning I am unable to access it.... and nothing was changed over the weekend. Module IIS Web Core...
View ArticleHow do I flag outgoing mail as Confidential
We use Exchange here at work. and apparently Voltage as our secure email solution. The way I understand it, any email tagged as Confidential is automatically run through Voltage and thus secured. My...
View ArticleKeeping Multiple Domains Separate
I work in an 'enterprise' environment. Lots and lots of subdomains, with many of them running ColdFusion apps and none of them coordinating. We've run into a problem where app1.foo.bar.com sets CF...
View ArticleIs using an if statment from within a query my best option?
I have a mailer that sends out a word of encouragement every morning to several of my clients’ employees. The messages are pre-written. Any client can actually change the message before for that day...
View ArticleCF Admin password not recognized
I have installed CF 10 and can not complete configuration or get in to cf administrator. I have use the resetpassword.bat and restarted the server, with the same result. I am working locally on the...
View ArticleFunctions by category
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461 172e0811cbec1a60c-7ffc.html
View ArticleWant to update ColdFusion 8.0.0 to 8.0.1
Where can I find the ColdFusion 8.0.1 Updater? I can see hotfixes for 8.0.0 and 8.0.1, but nothing to take me from 8.0.0 to 8.0.1......
View Article