So we're trying to achieve this:

A long running page (5 seconds) has a little processing banner going on,
and when done, bam goes to next page automatically appending a specific
number to the url string.  That is the requirement...and so this
cfflush, cflocate cannot work...I have tried with cfheader as well.  

We see these kind of things on travel sites...does anyone have any
examples, lessons in CF that work in this manner, or are we missing
something?

Regards,

Eric J Hoffman
DataStream Connexion
www.datastreamconnexion.com
Delivering Creative Data Solutions 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 7:13 PM
To: CF-Talk
Subject: RE: CFFlush error



You can not flush information from one page, then tell the server to
actually send another.

Your two choices are to use cfhttp instead of cflocation and just dump
the other page to this one, or drop the cfflush.

Christian

-----Original Message-----
From: Eric Hoffman [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 07:06 PM
To: CF-Talk
Subject: CFFlush error

Here's what I get..

I am just flushing out a piece pieces of info as the page
processes..then cflocate.  I get this error, on a CF 5 box.

Failed to perform redirection on blah.CFM

DIAGNOSTIC:
Failed to perform redirection ColdFusion was unable to perform the
CFLOCATION operation. This is probably because you have already used a
CFFLUSH tag in your template,or buffered output is turned off.


What does one do in this situation?

Regards,

Eric J Hoffman
DataStream Connexion
www.datastreamconnexion.com
Delivering Creative Data Solutions 





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to