Hi,

I have been using CFFlush for a while now to give the user some output for a 
long running page.

However, I started getting the error:

 Unable to perform CFFLUSH. You have called CFFLUSH in an invalid location, 
such as inside a CFQUERY or between a CFML custom tag start and end tag. 
<br>The error occurred on line xxxx

Problem is, there is no CFFLUSH between any tags or within a cfquery. I have 
recently re-written the page and double checked this.

I have noticed that if I have the following code structure:


...
cfflush

<cf_call_a_user_defined_function>

cfflush

the following call to second cfflush will fail, however if I comment out the 
call to the UDF out, the cfflush works as expected.

Inside the user definined function there are NO CFFLUSH's but there are 
CFSILENT tags.

If I remove the CFSILENT tags, the CFFLUSH's work. So I have removed the 
CFSILENT's fom inside the UDF, but I was wondering why this might be?

CFMX 6.1






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to