Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Cwinters #1
cffile write
Hi all,
I am trying to output to a txt file using cffile write.
Problem is I output a query with a header and run a subquery inside of each
header output to output a series of line items. Ex:
cfoutput query="query1"
#a#, #b#
cfquery name="query2" datasource="abc"
select * from a
/cfquery
cfloop query="query2"
#c#,#d#
/cfloop
/cfoutput
It cant find any of the fields in the second query...any ideas?
Cwinters Guest
-
cffile write no longer working
I am using cffile write on cfmx7 to create lots of html static files. Since today it is not working anymore. I tried to restart the coldfusion... -
Using CFFILE to write ColdFusion files
I want to use CFFILE to write out ColdFusion files instead of just text files. I can't find this in the documentation anywhere. I can get it to... -
cffile action=write ... does nothing
Hi! I am trying to write to a file and nothing happend... Not even an error message! Do I have to setup someting special on the server? Here is my... -
CFFILE on PC and Mac
So I've been looking at the suggested solution mentioned by Fug. It looks like it might work, but it is 400+ lines of code and will take a bit of... -
write to database without giving write permission to IIS
Hi there, I have some ASP code that writes to access database. For security reason I do not want IUSER to give write permission to database... -
shp.jc #2
Re: cffile write
Have you tried scoping the variables?
query1.a, query1.b
query2.c, query2.d
I'm assuming your putting the code into <cfsavecontent>
shp.jc Guest
-
Cwinters #3
Re: cffile write
I did scope the variables...claims that the variable query2.d is undefined still.
Cwinters Guest



Reply With Quote

