Re: Suppress OnRequestEnd.cfm output

2002-09-05 Thread James Smith
: Suppress OnRequestEnd.cfm output Better than the cfabort is the cfexit tag. You use within the actual template you wish to not include or stop processing. You can continue processing, just not within the included file. Sort of like a cfabort for each individual template. - j -Original

Suppress OnRequestEnd.cfm output

2002-09-04 Thread Yexley Robert D Contr Det 1 AFRL/WSI
I have an OnRequestEnd.cfm file that I use for my application, and I find it to be very useful, but I have a few documents that are used for the contents of iframes on which I would like to be able to explicitly suppress the output of the OnRequestEnd.cfm file. Is there any way to do this at

Re: Suppress OnRequestEnd.cfm output

2002-09-04 Thread Tim Painter
PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, September 04, 2002 2:59 PM Subject: Suppress OnRequestEnd.cfm output I have an OnRequestEnd.cfm file that I use for my application, and I find it to be very useful, but I have a few documents that are used for the contents of iframes

RE: Suppress OnRequestEnd.cfm output

2002-09-04 Thread Yexley Robert D Contr Det 1 AFRL/WSI
/WSI [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, September 04, 2002 2:59 PM Subject: Suppress OnRequestEnd.cfm output I have an OnRequestEnd.cfm file that I use for my application, and I find it to be very useful, but I have a few documents that are used for the contents

RE: Suppress OnRequestEnd.cfm output

2002-09-04 Thread Yexley Robert D Contr Det 1 AFRL/WSI
PROTECTED]] Sent: Wednesday, September 04, 2002 3:25 PM To: CF-Talk Subject: RE: Suppress OnRequestEnd.cfm output That works for me. I hadn't even though about that. Thanks for the help, and I'll be sure to pass on the greetings. :) Bob ))) -Original Message- From: Tim Painter [mailto

Re: Suppress OnRequestEnd.cfm output

2002-09-04 Thread Jesse Houwing
Yexley Robert D Contr Det 1 AFRL/WSI wrote: I have an OnRequestEnd.cfm file that I use for my application, and I find it to be very useful, but I have a few documents that are used for the contents of iframes on which I would like to be able to explicitly suppress the output of the

Re: Suppress OnRequestEnd.cfm output

2002-09-04 Thread Bryan Stevenson
-Talk [EMAIL PROTECTED] Sent: Wednesday, September 04, 2002 12:42 PM Subject: RE: Suppress OnRequestEnd.cfm output Well OK, I take it back. It worked for one. But the problem is I have a number of different files that I need to suppress this on, so I have to check for all of them to tell

Re: Suppress OnRequestEnd.cfm output

2002-09-04 Thread Deanna Schneider
It's just and and/or logic issue. Change your ors to ands...in other words, the way it is now, it will always evaluate true, because reviewList.cfm IS NOT reviewListSA.cfm Make sense? d Deanna Schneider Interactive Media Developer [EMAIL PROTECTED]

Re: Suppress OnRequestEnd.cfm output

2002-09-04 Thread S . Isaac Dealey
I have an OnRequestEnd.cfm file that I use for my application, and I find it to be very useful, but I have a few documents that are used for the contents of iframes on which I would like to be able to explicitly suppress the output of the OnRequestEnd.cfm file. Is there any way to do this

Re: Suppress OnRequestEnd.cfm output

2002-09-04 Thread S . Isaac Dealey
Yexley Robert D Contr Det 1 AFRL/WSI wrote: I have an OnRequestEnd.cfm file that I use for my application, and I find it to be very useful, but I have a few documents that are used for the contents of iframes on which I would like to be able to explicitly suppress the output of the

RE: Suppress OnRequestEnd.cfm output

2002-09-04 Thread Jim Curran
Dealey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 3:58 PM To: CF-Talk Subject: Re: Suppress OnRequestEnd.cfm output I have an OnRequestEnd.cfm file that I use for my application, and I find it to be very useful, but I have a few documents that are used for the contents of iframes