Date:  04/29/2004 10:42:59 AM Msg ID:  002001
From:  Joe Goldsmith Thread:  002001
Subject:  Flushing To Screen
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