Are you using IE? IE has a "feature" where it won't display stuff
until it gets "enough" content. So I've used this in the past:

<cfoutput>#repeatString(" ",250)#</cfoutput>

It has no real impact on the layout (multiple spaces will turn into
one space), and it seems to trick IE into actually showing something.

On 2/22/07, Tim Stutzman <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am having trouble with cfflush. Basically I have some queries running and 
> would like to output a message when each query is done. The problem is that 
> the output doesn't occur until all queries are done.  I am using cfflush but 
> it seems to have no effect.
>
> Thanks
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270518
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to