OK - the fact that your output is coming from a CFINCLUDE is irrelevant.  A
CFINCLUDE, in practicality, becomes part of the script it runs in.  So, you
just want to output to a .txt file.

Easy enough.

Use the QueryNew, QueryAddRow and QuerySetCell functions from CF and try
using the CFX_dumptext tag from the gallery.  Then you can recall the .txt
file from your browser with the CFCONTENT function.

I use this method quite successfully.


Dave


=================================
"What we need is a list of specific unknown problems we will encounter"

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524



----- Original Message -----
From: "Magnus Wallin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 16, 2000 10:19 AM
Subject: Re: Writing Inluded output in a file?


I create the outdata from the include dynamicly. First using a query and
then
I have different Template-files that the data is displayed in.

Now what I need to do is getting that data that the include file looks like
in the
source code. In a file created by the <CFFILE>.

    Magnus



----- Original Message -----
From: "Dave Hannum" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 16, 2000 4:15 PM
Subject: Re: Writing Inluded output in a file?


Can you give a clearer description of what specifically you are attempting
to do?  Explain what you mean by "output of an includefile"

Dave


=================================
"What we need is a list of specific unknown problems we will encounter"

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524



----- Original Message -----
From: "Magnus Wallin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 16, 2000 9:44 AM
Subject: Writing Inluded output in a file?


Does anyone have a clue how to write the output of an includefile
 to a .txt document?


     /Magnus


 _________________________________________________toga.com_
 Sveav�gen 17 � 111 57 Stockholm � Sweden � Mail [EMAIL PROTECTED]
 Telefon +46 8 508 99 931 � Fax +46 8 508 99 902





----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=sts&body=sts/cf_talk or send
a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.


----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to