rickm
04-20-2005, 01:37 PM
Hi,
I've got an Laszlo app that calls a perl cgi...my data comes back great...It all shows up in my text window fine...the only catch is that the data only shows when the request is completed...I'd like to show partial returns:
my data looks like this:
<XML>
<return>data</return>
<return>data2</return>
</XML>
It's a long running query and it might be a couple of minutes before the ending </XML> shows up...I'd like the data to appear as it's arriving...
Am I missing something or is it working as designed?
Regards,
Rick
I've got an Laszlo app that calls a perl cgi...my data comes back great...It all shows up in my text window fine...the only catch is that the data only shows when the request is completed...I'd like to show partial returns:
my data looks like this:
<XML>
<return>data</return>
<return>data2</return>
</XML>
It's a long running query and it might be a couple of minutes before the ending </XML> shows up...I'd like the data to appear as it's arriving...
Am I missing something or is it working as designed?
Regards,
Rick