Delete file on session end
I am recreating a web application that serves up search results in a CSV file. I'm able to create the csv fil from a database query, then offer a download link to grab it from. Question 1: In order to...
View ArticleFeature for CF11, global LOCAL var scoping
I've loved setting scopes in the following manner: <cfset structAppend( VARIABLES, { 'variableName' = 'value', 'variableName2' = 'anotherValue', 'variable'...
View ArticleonRequestStart in CF8 is a bug?
I'm creating a cascading select drop dwon with ColdFusion ajax from Ben Forta:http://forta.com/blog/index.cfm/2007/5/31/ColdFusion-Ajax-Tutorial-2-R elated-SelectsBut it is not entirely working. The...
View ArticleSpreadsheetAddFreezePane
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WS89BB5273-80BA-4c5 5-9862-4D9D0ADA062B.html
View ArticleORM ACL?
Is there a way to apply an Access Control List to ORM components? Or maybe another methodology to limit record access depending on the users role(s)? I couldn't find anything on the Web about this....
View ArticleMime Type
I'm having trouble pinpointing if anything changed with the cffile upload mime type in CF10. It was working fine in 9, but I'm getting the following error when uploading a jpg file type in CF10. The...
View ArticleCF 10 CFADMIN loading issues
Hi, We run CF10 standard on IIS8 Win 2012 and our CF Admin is going haywire. It frequently will not answer on 127.0.0.1 and when it does load it sometimes is missing information in the left nav bar or...
View ArticleonChange vs. onclick
this code is worked fine with onchange event. Instead of onchange, i want to have the link below(<a id="myLink" href="##" onclick="whatsUp();">link text</a>) and work the same as onchange,...
View Articlecfschedule on multi instance server
Hi All Hope someone can help me on this. We run a multi instance CF server with 3 "slave" instances, which handle the site requests and the CFusion instance that handles the scheduled tasks. The...
View Articlecreate local temp table
I need to create a temp local table and look for ColdFusion informaiton, the cffile action write only can write text file, pictures is more to create file.I would like to know does ColdFusion support...
View Articlecfscript and coldfusion builder 2
Hi,It would seem that CF builder2 doesnt have any code assisting for cfscripting.?Surely ive missed something here. If this is the case then im wondering whats going on as DM CC is clearly trying to...
View ArticleDate array and Sorting
I have a date array that i created from a database. I am trying to sort the dates into the correct order with the upcoming on top.... the best would be that after the date has passed it would go to...
View ArticleCan not log in as Admin, New setup
Just installed coldfusion 10, put the same simple password in every field asking for during the install. It finishes the admin localhost page comes up but it does NOT accept my admin password I put in....
View ArticleProblem connecting mySQL with CF9 datasource
I have been using MSaccess for years and have finally decided to switch to mySQL and have noting bt a basturd of a time trying to figure out how to switch over. I have installed mySQL5 and CF9...
View ArticleHow can I determine if the current date is between two dates?
I am trying to display a link when the current date falls between two dates. I have setup the startdate and the enddate.When the current date falls between the startdate an the enddate, the link will...
View ArticleCF10 and LDAP error
We recently upgraded from CF8 to CF10. Our apps that connect to LDAP to do lookups will intermittently give us errors. Most of the time they work but will occasionally throw this error: One or more of...
View ArticleExecuting coldfusion code contained in an SQL record.
Hi everyone, I have coldfusion code saved in a database record. When i run a query it shows me the content of the database records but it doesn't execute it .. is there any issue to execute the query...
View ArticleScheduled Tasks Stop Working Suddenly
We have ColdFusion 10 installed on Windows Server 2008 with IIS 7.5.We are running one additional instance of Coldfusion seperate from the cfusion instance but on the same physical server. Our...
View Articlecfpdf addwatermark issue
I have moved my code to my new coldfusion 10 server (From coldfusion 9) and now CFPDF does not seem to work properly. I am inserting a png file with a transparent background and now that backround is...
View ArticleCF10 Scheduler / Quartz Delayed HTTP Requests
Problem Even though a task fires on it's shceduled runtime, the pertinent HTTP access log for the target URL show that the actual HTTP request is not until roughly 10-15 minutes later (consistantly.)...
View Article