Forum > LazReport

report print

(1/1)

michoux:
Hi,

I am using laz report for printing some data from web page.
It is working ok unless I send to much request to be printed in short time.


--- Code: Pascal  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---frReport1.PrintToDefault:=true; frReport1.PrepareReport ;    frreport1.PrintPreparedReport('1',1);    
After some debugging I noticed that my application hangs in frReport1.PrepareReport.
Let say I send some data to report every second app does not respond any more.

Anyone had similar issue?

Navigation

[0] Message Index

Go to full version