Default Avatar

griffyn

griffyn

About

Username
griffyn
Joined
Visits
1
Last Active
Roles
Members

Comments

  • I've managed a workaround for my issue which works only because, fortunately, TfrxReport throws an exception the first time without the popup window. So I catch the EInvalidOperation exception and in the exception handler call frxPrinters.FillPrinte…
  • Polomint wrote: » One question: is the code in Script within the Report, or Delphi/C++ code in events? Hi Paul, I have the code in PascalScript via the Code tab in the report designer. I'm aware that I can link to functions within Delphi,…
  • SOLVED! Something that I thought was important, was actually the cause of the problem. Setting TfrxDBDataset.Parent to anything causes the error about not being able to find the dataset. So, it works by creating the TfrxReport object, creat…
  • Here's what I've learned so far when creating the TfrxReport object at runtime: If after loading a .fr3 file it references any TfrxDBDataset components - it will fail unless the TfrxDBDataset component was created at design-time. Creating the Tf…
  • gpi wrote: » Create a small demo project with problem based on standart Delphi's components and FRDemo database and send it to support@fast-report.com I can't find FRDemo on my system. I'm using FastReports 5 that came loaded with Delphi X…