|
Using "\" or "/" in path We have several clients that host our product externally on their website. So therefore, when a change is made to a file we need to FTP it out to their site. The issue I am running into is this. For some clients the remotefile attribute needs to be in the format SomeDIR[b]\[/b]anotherDIR[b]\[/b]thefile but appa... 7 May 2008 14:53
deleting directory I am trying to delete the records and the directories related to it but in some cause i am facin a problem. Here is my Code <cfif isdefined('form.realdel')> <cfset session.holdRecord = ListToArray(#Form.thisCampSchool#)> <cfinvoke component="EcoLife.admin.CFC.users" method="thisDelete"> <cfinvok... 7 May 2008 11:36
CFDOCUMENT with Images = Huge File I've been looking through the forum and google and can't find a straight answer. Has Adobe responded to the issue? My PDF is 10x that of the image. I know there are alternatives to CFDOCUMENT, I know the PDF's can be optimized out of CF, but why isn't this fixed? Maybe at least an optimize option in CFPDF Any... 7 May 2008 11:36
CF MX 7.02 Slow session Start up Thanks for your response. Im not sure what you mean about configured. Application variables are enabled with 2 day default timeout. Same with session. ApplicationTimeout it 1 day. There is nothing in the onSessionStart that requires exactly 12 seconds. I removed the application.cfc and replaced it with... 7 May 2008 09:08
How to get around # sign I have to use '#DCDEE0' for a color background, but sometime CF interprets it as a variable and blow up because there is not ending # sign. What is the trick to get around this? Some screens work and some dont. ... 7 May 2008 07:31
Need Help in Exporting to Excel using Coldfusion Hi, While trying to do Export to Excel Using Coldfusion Microsoft Excel is treating 'E' as an Exponential instead of a Text. For Example while entering 25E95 as a Text Value it is getting displayed in the Exported Excel Sheet as 25E+95. I would like to know whether there is any work around to resolve this I... 7 May 2008 00:09
cfif question I figured it out. Cause the cfparam set a default of "" i just redid the cfif to <cfif URL.SearchCriteria EQ ""> I got a new thing here..... I have a form that when someone clicks on a certain button is displays the info and if a different one is pressed it displays the info for that and so on. One thin... 6 May 2008 23:21
CFIMAGE / ImageResize problems Definitely there are some issues happening these days on the HMS servers since our images upload/resize functions stopped working since Friday. I tried a lot of ways to fix this but seems to be a server related problem. We setup a test script trying to do this: 1. Upload a JPG file with a size greater than ... 6 May 2008 22:28
Time difference? I know you can compare dates using the datediff function, but is there anything that can be used to compare times? ... 6 May 2008 22:28
Run a CFM/CFC at server start I am wondering if it is possible to let a CFM run *before* the CF8 server starts to accept other requests. I would like to initialize a CFC in a server scope variable so i would not have to do that 500000x per day. I could put a IsDefined() block around every call, but having the server variable up and availa... 6 May 2008 22:28
CFSCHEDULE action="delete" woes ! Hi I tried to remove a scheduled task via CFSCHEDULE however the task appears to be continuing to run. I do not have access to the server (CF7) or central admin. If I view the current scheduled task with the following code, it appears my deleted task is in fact gone. How can I refresh the scheduler to ensure ... 6 May 2008 22:28
Log File order Is there a way to set CF Admin up so that when viewing log files in CF Administrator all entries are in descending order, most recent to oldest? All mine are currently oldest to newest, which makes for a pain to review recent issues. ... 6 May 2008 22:28
Scheduled task runs but doesn't work I have a scheduled task that calls a batch file that contains a 1 line java function that needs to be run periodically. If I go to the scheduler and run the task manually, it works without a problem. If I let the scheduler run the task automatically, it appears to run but doesn't actually call the java functi... 6 May 2008 22:28
Using Spry with CF I'm just getting into AJAX, and I downloaded the Spry framework and trying to get that to work. I followed some steps from Ray Camden's blog. Seems simple enough, but I can't get it to work. The cfc I'm calling from Spry.XML.Dataset is attached. When I try to display the data using spry:repeat in a table ... 6 May 2008 22:28
Query 1st table member and 2nd table offers Member can have many offers. Now I want to have list of all members who have at list one offer.(all members who have at list one offer but one member only one time in list not as many time as offers) Result I want is like John 5 offers Adam 9 offers Yogesh 1 offer e... 6 May 2008 22:28
execution de code apres update de champ Bonjour. Comment executer une partie de code en cfm, en sortie de champ? ex: interroger une base de donn�es en sortie de champ pour v�rifier que la r�f�rence existe, et passer au cham suivant? Merci ... 6 May 2008 22:27
Typical Coldfusion developer This is the kind of code that a typical Coldfusion developer would produce: Replace(Replace(Replace(Replace(Replace(Replace("?","","all"), "#", "", "all"), "[", "", "all"), "]", "", "all"), "<", "", "all"), ">", "", "all") I haven't seen something as bad or even close in PHP, yet. I guess that's part of the... 6 May 2008 22:27 |