<p>
<form>
Progress <input type="text" name="Progress" size="3">%
</form>

<cfoutput>#RepeatString(" ",200)#</cfoutput>
</p>
<cfflush>
<cfsetting enablecfoutputonly="Yes"
           showdebugoutput="No"
           catchexceptionsbypattern="No">
<cfset LastPercent = 0>
<cfset invoicenum = 50000>


        <cfloop query="getinfo" startrow="1"
endrow="#getinfo.recordcount#">
        <cfif getinfo.inv_no EQ 0>
Rest of code craziness-------



Regards,

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

-----Original Message-----
From: Joshua Miller [mailto:josh@;joshuasmiller.com] 
Sent: Monday, October 28, 2002 12:35 PM
To: CF-Talk
Subject: RE: Loading Screen for CF-Apps ???


The example on MM.com breaks .... "called CFFLUSH in an invalid
location" for all 3 instances of CFFLUSH in the code snippet. 

Is there a working example somewhere?

Joshua Miller
[EMAIL PROTECTED]


-----Original Message-----
From: Eric Hoffman [mailto:webmaster@;digitalmpls.com] 
Sent: Monday, October 28, 2002 11:08 AM
To: CF-Talk
Subject: RE: Loading Screen for CF-Apps ???


CFFLUSH if you are on 5 or better.  That works well.

There is an article on MM about how to use with code examples.

Regards,

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

-----Original Message-----
From: Joshua Miller [mailto:josh@;joshuasmiller.com] 
Sent: Monday, October 28, 2002 9:07 AM
To: CF-Talk
Subject: Loading Screen for CF-Apps ???


Hello,
 
I'm writing a web application that uses a WebService for a weather feed
and that is also, on the same template, generating a chart using CFCHART
of some database data. The site loads quickly except for the page
calling these two functions and I'd like to put up some kind of loading
screen (x% completed) maybe using FLASH or whatever ... just so I can
incrementally show the status to the user so they don't think it's
broken and keep clicking "HOME" over and over.
 
Anyone have any suggestions or ideas how to do something like this?
 
Thanks,
 
Joshua Miller
[EMAIL PROTECTED]
 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to