Re: how to use list function in CF
Are the docs somehow unclear? You did read the docs, right? http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea7785946 1172e0811cbec22c24-7b62.html What did you try, and in what way did it...
View ArticleRe: how to use list function in CF
I used it as <cfset filename=listfirst(#dirsOnly.Name#,'.')> But i got the output as 2009 Master Calendar (4
View ArticleRe: how to use list function in CF
But you can see why that's happening, right? That *is* the first element of a dot-separated list, innit? So what you probably need to do is to revise your thinking slightly, and approach it from "how...
View ArticleRe: ColdFusion 10 intermittent "service not available"
I was also able to find that bug that you reported, it doesn't have the same ID that you were given though. https://bugbase.adobe.com/index.cfm?event=bug&id=3530880
View ArticleColdfusion 8.01, Nessus Finding CVE-2002-0894
Hello;I have a problem with the security issue CVE-2002-0894 and CVE-2000-0681.We use CF 8.01 enterprise under windows server 2003 with IIS 6.0 Webserver. Our internal scans find an issue ServletExec...
View ArticleRe: CF10 Enterprise License/Dev problem
Hello DakaPC5, Did you try restarting the server. Can you send me your license key in pm, so that I can decode the same. Regards,Anit Kumar
View ArticleRe: how to use list function in CF
<cfset a = "2009 Master Calendar (4.2.09).xls"><cfset b = len(listlast(a,'.'))><cfset c = left(a,len(a) - b - 1)><cfoutput>#c#</cfoutput>
View ArticleRe: how to use list function in CF
That's a lot more work that it needs to be. One can use listDeleteAt() to drop the last item from the list. -- Adam
View ArticleDoes cf10 change the way deserializejson handles null?
<cftry><cfset jsontxt="{""A"":""Bob"",""B"":123,""C"":null}"><cfset json=deserializejson(jsontxt)><cfdump var="#json#"><cfoutput>...
View ArticleRe: jpedal.jar for ColdFusion 9.0.1 Cumulative Hotfix 4
Hi Piyush, There is a problem with this jPedal library in the way that it renders images from PDF documents. I have an example PDF document in which a white image that is layered above a colored image...
View ArticleUpgrade from 8 to 10
If I upgrade from 8 to 10, do I need to make the upgrade install of can I just plug in the license key on top of the trial version we are testing?
View ArticleRe: Upgrade from 8 to 10
Hello dfkoch, If you already have the trial version of CF10, you can plug in the license key and it will work. However, from CF8 to CF10, you will have to install the CF10 first and then you can...
View ArticleRe: Upgrade from 8 to 10
We have 9 installed in our test, but it is a trial copy. We want to get 10. What is the process to go from 9 trial to 10 using an upgrade version. Wer are trying to save on the purchase price.
View ArticleRe: Upgrade from 8 to 10
Hello dfkoch, To upgrade from ColdfFusion 8/ColdfFusion 9 to ColdfFusion 10, please download the setup for ColdfFusion 10 from http://www.adobe.com/support/coldfusion/downloads.html#cf10productdown...
View ArticleRe: Upgrade from 8 to 10
Ok Great! Let me make sure I understand. If I install the trial version of 10 on my test server and then purchase the upgrade version of 10, I will be able to plug in the upgrade license key and...
View ArticleRe: jpedal.jar for ColdFusion 9.0.1 Cumulative Hotfix 4
Here is some more information about what is happening: I have a relatively simple PDF. It is located at: https://drop.atti.com/drops/d3dd5a4b73c5ec42b4250c06fbe1621 As you can see, there is a...
View ArticleGrey blank installation screen after clicking on the ColdFusion dmg file on...
Hi All, I am trying to install either ColdFusion 9 (which is where company is using) or 10 (if I can't have 9) on my Mac 10.8.6. When I click on the dmg file, it shows a running bar and once it's...
View Article