Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IntraWeb and FastReports
#5
I use Fast Report extensively.

Here is some code and notes that may help.

      // this code is very important and needs to be called right after the report is created.
      lFrxReport.EngineOptions.EnableThreadSafe     := True;
      lFrxReport.EngineOptions.UseGlobalDataSetList := False;
      lFrxReport.ReportOptions.Compressed           := True;
      lFrxReport.EngineOptions.SilentMode           := True;
      //https://www.youtube.com/watch?v=PUUQ7LUbhD4
      lFrxReport.EngineOptions.DestroyForms         := True;
      lFrxReport.EngineOptions.UseFileCache         := False;
      lFrxReport.ShowProgress                       := False;
      lFrxReport.OnLoadTemplate                     := frxReportLoadTemplate;
Reply


Messages In This Thread
IntraWeb and FastReports - by TonyNZ - 01-25-2019, 03:41 AM
RE: IntraWeb and FastReports - by DanBarclay - 01-25-2019, 05:29 AM
RE: IntraWeb and FastReports - by TonyNZ - 01-25-2019, 06:02 PM
RE: IntraWeb and FastReports - by zsleo - 01-25-2019, 07:27 PM
RE: IntraWeb and FastReports - by joel - 01-28-2019, 05:42 AM
RE: IntraWeb and FastReports - by TonyNZ - 01-28-2019, 10:32 PM
RE: IntraWeb and FastReports - by joel - 01-29-2019, 03:28 AM
RE: IntraWeb and FastReports - by msgopala - 04-25-2019, 03:26 PM
RE: IntraWeb and FastReports - by msgopala - 04-25-2019, 08:49 PM
RE: IntraWeb and FastReports - by kudzu - 04-25-2019, 09:55 PM
RE: IntraWeb and FastReports - by duffo64 - 04-28-2019, 05:34 AM
RE: IntraWeb and FastReports - by zsleo - 04-29-2019, 08:04 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)