Date:  04/29/2004 10:46:11 AM Msg ID:  002002
From:  Joe Goldsmith Thread:  002001
Subject:  Re: Flushing To Screen - WHOOPS!
Sorry, the code is:
 
<%Response.Buffer = .T.%>
<%Response.Flush%>
 
Although with .T. is still does not work.
 
Joe
Sent by Joe Goldsmith on 04/29/2004 10:42:59 AM:
I am having a problem with fushing each line to the screen when in a loop. Currently, the screen writes when the looping structure is completed, which can be a long time.
 
The application is where I am fetching certain records from a large table and wish to output each found record to the screen upon capture so that the user does not have to wait a long time and wonder what is going on.
 
I am using
<%Response.Buffer = .F.%>
<%Response.Flush%>
 
as shown in the documentation but it does not seem ot work. Some help would be appreciated.
 
Joe