Quickreport 4.03 + MDI application trouble

From: Jim Albertson (jimalbertson_at_yahoo.co.uk)
Date: 04/28/04


Date: Wed, 28 Apr 2004 11:45:25 +0430

Are there any issues with QuickReport 4.03 in D7E
and MDI applications?

It is a MDI Application,

I am having trouble with getting the report to preview..
Tried setting the PrevFormStyle to all possible options,
tried setting the parent form's FormStyle to all possible
options.. getting nowhere..

Code used for creating the form and previewing report:
 **************
   with fdatamod.adsMovmtReport do
   begin
    open;
    showmessage(inttostr(recordcount));
   end;

   application.CreateForm(tfmovementlist, fmovementlist);
   fmovementlist.QuickRep1.Preview;
  // fmovementlist.release;

    fdatamod.adsMovmtReport.Close;
*******************

Even though there are records in the AdoDataset, the QuickReport
shows in design view, however, right clicking in design time on
the QuickReport and selecting Preview shows correct output. It
is just at runtime I am getting this behaviour.

..and if the release statement is uncommented, I get Privileged Instruction
error...

help please someone..

TIA
JA



Relevant Pages

  • Re: Quickreport 4.03 + MDI application trouble
    ... > and MDI applications? ... > I am having trouble with getting the report to preview.. ... > Even though there are records in the AdoDataset, the QuickReport ... > shows in design view, however, right clicking in design time on ...
    (borland.public.delphi.database.ado)
  • A quirk ?
    ... With QuickReport, I am trying to produce one single report in different sort ... by changing the IndexFieldNames property of my table. ...
    (comp.lang.pascal.delphi.misc)
  • Re: QRDesign & QR PowerPack (THSD)
    ... I also noticed that the QRDesign tools were not updated since the beginning of last year. ... I would advice you to switch to another report solution, and in my view RB is the best even if it is a bit expensive. ... QuickReport 2+3 PowerPack 1.34 for Delphi and QuickReport 3 ... Does anybody know how I can contact Timo Hartmann or get hold of these ...
    (borland.public.delphi.thirdpartytools.general)
  • QuickReport starts with blank page
    ... Recently when testing my software I discovered that all my QuickReport ... preview components are displaying a blank page when loaded. ... blank page when loading and remains blank when the loading of the data ... for the report to display the proper/usual fonts I have to select one ...
    (comp.lang.pascal.delphi.misc)