coldfusion-8 Questions
4
Solved
I normally don't work in ColdFusion but there's a FTP process at work I have to create a report for with the only option right now being a ColdFusion 8 server. This FTP feed has a few issues (trash...
Hurds asked 13/10, 2011 at 17:13
1
Solved
I am using Microsoft XML Excel with ColdFusion to display my query results on Excel sheet. I am using multiple worksheets. I see there is a border style property available. is there a way I can set...
Presbyterian asked 12/7, 2011 at 19:48
1
Solved
while creating trigger in mysql i m getting error 1046. my query is:
CREATE TABLE test.Employee(
id int,
first_name VARCHAR(30),
last_name VARCHAR(15),
start_date DATE,
end_date DATE,
city V...
Ericson asked 15/2, 2011 at 12:52
2
Solved
I'm trying to download a large (600MB) binary file to the server using CFHTTP on Coldfusion 8:
<cfhttp
method="get"
url="#fileURL#"
path="#filePath#"
file="#fileName#"
timeout="600"
...
Acuminate asked 19/1, 2011 at 17:34
4
Solved
Would it be ok to get a CF app to check for a valid database before proceeding to process that request?
This is because there may be instances where the database server may be down or being upgrad...
Linalinacre asked 15/1, 2011 at 19:47
5
Solved
I'm trying to find out if a url variable exists, and if it doesn't, make sure that it's not empty.
This does not work:
<cfif IsDefined('URL.affiliateId') and is not "">
//
</cfif>
Sportsman asked 9/11, 2010 at 17:38
10
Solved
I am taking over a lot of the ColdFusion stuff that is lingering at our shop and they are insistent it stay on ColdFusion and that new projects in this area MUST be done in CF - basically thi...
Dispossess asked 29/7, 2010 at 11:23
3
Solved
I would like to view the actual http request that gets sent via my cfhttp tag. What is the best tool to capture this?
Specially, I want to see exactly what headers and content are being sent.
Urchin asked 18/8, 2010 at 18:36
1
Solved
Simple request (hopefully) here.
I have a string which whilst it varies in length, will always need the last 6 characters removed.
Using a 3rd party web service, so I'm unable to edit the respons...
Worldbeater asked 25/6, 2010 at 15:45
2
Solved
When you use the cachedwithin attribute in a cfquery how does it store the query in memory. Does it store it by only the name you assign to the query? For example, if on my index page I cache a que...
Arlo asked 14/6, 2010 at 18:50
3
Solved
I am outputting a query but need to specify the first row of the result. I am adding the row with QueryAddRow() and setting the values with QuerySetCell().
I can create the row fine, I can add the ...
Defective asked 31/5, 2010 at 1:48
2
Solved
I'm dynamically generating a PDF with a few variables but also need to be able to embed an image on the PDF. Anyone have any experience doing this using ?
Tillotson asked 21/5, 2010 at 18:1
3
Solved
Can I install coldfusion 8 and coldfusion 9 on the same server and use them separately?
Great thanks.
Weber asked 24/3, 2010 at 6:15
© 2022 - 2024 — McMap. All rights reserved.