Recent

Author Topic: report print  (Read 810 times)

michoux

  • Full Member
  • ***
  • Posts: 112
report print
« on: January 29, 2024, 09:15:13 pm »
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  [Select][+][-]
  1. frReport1.PrintToDefault:=true;
  2.  frReport1.PrepareReport ;  
  3.  frreport1.PrintPreparedReport('1',1);  
  4.  

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?

 

TinyPortal © 2005-2018