Re: CFHEADER questions

2001-04-05 Thread tom muck
That's what I'm looking for. Excellent! tom "Zachary S. Bedell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > At the top of your file, put: > > > Then for the rest of the page request (or until you do

Re: CFHEADER questions

2001-04-05 Thread tom muck
Thanks. In ASP I can do it with a Response.Flush and Response.End, but I didn't think there was a CF equivalent (although I think CF 5 has something like this. . .haven't played with the new features yet). tom <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > T

RE: CFHEADER questions

2001-04-05 Thread Joe Sheble aka Wizaerd
int" that I know of. > >-Original Message- >From: tom muck [mailto:[EMAIL PROTECTED]] >Sent: Thursday, April 05, 2001 1:30 PM >To: CF-Talk >Subject: Re: CFHEADER questions > > >Thanks for that link. Very informative. > >As to the other question: I wa

Re: CFHEADER questions

2001-04-05 Thread tom muck
"Costas Piliotis" <[EMAIL PROTECTED]> wrote in message 22A8D10172BFD41195B700D0B765C3F05330@vcsvanntex0">news:22A8D10172BFD41195B700D0B765C3F05330@vcsvanntex0... > Another good way, if you want to output to word is to use the MS Word COM > library. > > Some good samples are at www.cfcomet.com > >

RE: CFHEADER questions

2001-04-05 Thread Zachary S. Bedell
is is your page"), plus headers. The "This isn't!" part would never get sent out. Hope that helps! Best regards, Zac Bedell > -Original Message- > From: tom muck [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 05, 2001 1:30 PM > To: CF-Talk > Subje

RE: CFHEADER questions

2001-04-05 Thread mherbene
ROTECTED]] Sent: Thursday, April 05, 2001 1:30 PM To: CF-Talk Subject: Re: CFHEADER questions Thanks for that link. Very informative. As to the other question: I was mainly interested in it from a practical point of view. When I insert the code on the page from a snippet, I always have to make

Re: CFHEADER questions

2001-04-05 Thread tom muck
Thanks for that link. Very informative. As to the other question: I was mainly interested in it from a practical point of view. When I insert the code on the page from a snippet, I always have to make sure that there isn't any whitespace, closing or tags, or any other tags after it, or they

RE: CFHEADER questions

2001-04-05 Thread Costas Piliotis
AM To: CF-Talk Subject: RE: CFHEADER questions I'm not sure what you mean by stopping the output. Do you mean that you might start working through a query (or something) and then find that you don't want to send the data to the user after all? If so, you could first put all the dat

RE: CFHEADER questions

2001-04-05 Thread mherbene
I'm not sure what you mean by stopping the output. Do you mean that you might start working through a query (or something) and then find that you don't want to send the data to the user after all? If so, you could first put all the data to download into a variable, then only do the CFCONTENT if