Hi All,
I have a webapp that generates reports, these work fine however if a report is large the client browser times out.
The solution as I see it is to send a 'I am still here' packet (of anything) to the client browser at regular intervals to keep it interested.( I do this with charts using p_web.ParseHTML in validaterecord.)
However in reports - as the PDF is being generated (which can take some time) there seems to be no hook (timer) in which to send 'I am still here' packets.
Any ideas?
TIA
Murray