Quickreport 4.03 + MDI application trouble
From: Jim Albertson (jimalbertson_at_yahoo.co.uk)
Date: 04/28/04
- Next message: Jim Albertson: "Re: Quickreport 4.03 + MDI application trouble"
- Previous message: lonnie: "Edit String"
- Next in thread: Jim Albertson: "Re: Quickreport 4.03 + MDI application trouble"
- Reply: Jim Albertson: "Re: Quickreport 4.03 + MDI application trouble"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Jim Albertson: "Re: Quickreport 4.03 + MDI application trouble"
- Previous message: lonnie: "Edit String"
- Next in thread: Jim Albertson: "Re: Quickreport 4.03 + MDI application trouble"
- Reply: Jim Albertson: "Re: Quickreport 4.03 + MDI application trouble"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|