RE: is cfflush above?

2006-10-04 Thread Ian Skinner
maybe there is an undocumented way to get the cf code to be compiled? so that it to can be searched for the cfflush tag. Thx in advance, Ed Well, I don't know why you would want to compile something. It would be fairly trivial, if not ideal, to build something that will search for the cfflush

RE: is cfflush above?

2006-10-04 Thread Ben Nadel
[mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 2:14 PM To: CF-Talk Subject: RE: is cfflush above? maybe there is an undocumented way to get the cf code to be compiled? so that it to can be searched for the cfflush tag. Thx in advance, Ed Well, I don't know why you would want

Re: is cfflush above?

2006-10-04 Thread Eduard Tabara
/cftry .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 2:14 PM To: CF-Talk Subject: RE: is cfflush above? maybe there is an undocumented

RE: is cfflush above?

2006-10-04 Thread Ben Nadel
To: CF-Talk Subject: Re: is cfflush above? yeah, setting a request variable will help.. i thought about that too. but the idea was to find out if there was a cfflush in the code above without to have a need to set any specific variables. i am looking more into something like getting in a variable all

Re: is cfflush above?

2006-10-04 Thread Eduard Tabara
.. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Eduard Tabara [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 4:47 PM To: CF-Talk Subject: Re: is cfflush above? yeah, setting a request variable will help.. i thought about

RE: is cfflush above?

2006-10-04 Thread Ben Nadel
To: CF-Talk Subject: Re: is cfflush above? sorry, maybe my english is not good enough and i don't get understood well... the question is: how that IsFlushInitiated() will find out if there was used the cfflush tag or not? as i said, the above code may be any code. so, setting a special variable

Re: is cfflush above?

2006-10-04 Thread Eduard Tabara
.. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -Original Message- From: Eduard Tabara [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 4:47 PM To: CF-Talk Subject: Re: is cfflush above? yeah, setting a request variable will help.. i

RE: is cfflush above?

2006-10-04 Thread Ian Skinner
I believe some of the first code did exactly what you are looking for. cfheader... tags can not be used, and I believe will throw an error if they are called after a cfflush Because the header has already been sent (flushed) to the client and can not be modified for the given request.