If he uses getrows()...

But, to return to the problem, the client is asking for the print version to
be the priority, not page rendering speed. To print at all you need the
whole page </html>, so this is the argument to use with the client to
explain that it doesn't matter if they can't see it yet, it can't print
until it's done with the entire page anyway.

In this case, consider a pop up window to load this into (no address bar,
etc). When it's finally done they can print it from there. This seems to
placate them best because the main window is still active for them to play
with...

hth,

tom mallard
seattle

-----Original Message-----
From: vinay kumar [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 29, 2002 9:52 PM
To: ActiveServerPages
Subject: Re: Response.Flush


Nick,

    I remember reading one such problem as this on the
web but dont remember ther URL as such. The best thing
u can do is to, push the entire recordset into an
array depending on how you want it. Then close the
recordset and then try to loop through the array and
display it in the form of tables or how ever u want
it. It will display much faster than displaying
through looping the recordset itself.

   This was one of the performance tips there on the
URL that I went through.

HTH

Vinay.
--- Nick Middleweek <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm generating a LONG list of records (over 500) -
> that's what my client
> wants with no page flippers.
>
> Although I'm using Response.Flush on a buffered
> output. I'm not actually
> seeing the records appear in bits. I'm Flushing
> every ten loops.
>
> The reason is because the data is in a table and the
> table isn't rendered by
> the browser until it has it all.
>
> I was thinking of having a seperate table for each
> row but then they won't
> line up correctly and it'll look messy.
>
> Anyone got any bright ideas on this?
>
>
> Thanks,
> Nick
>
>
> ---
> You are currently subscribed to activeserverpages
> as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to
%%email.unsub%%


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

---
You are currently subscribed to activeserverpages as:
[EMAIL PROTECTED]
To unsubscribe send a blank email to
%%email.unsub%%


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to