John,
There is an issue with QuickReports and Previewing in the version that ships
with D4. I would advise to get the latest version of QR available for D4
which is 3.05. You can download these from
www.qusoft.com/scripts/download.dll

If this does not work it is possible to get the version shipped with D3
which works fine (QR 2.something). Just check the qusoft website for the
files and how to accomplish this.



> -----Original Message-----
> From: John Christenhusz [mailto:[EMAIL PROTECTED]]
> Sent: Monday, 28 August 2000 15:58
> To:   Multiple recipients of list delphi
> Subject:      [DUG]:  QuickReport
> Importance:   High
> 
> Hi folks,
> 
> I've got the following problem with Quickreport in D4, using a very simple
> report (just one textlabel on it):
> 
> When the QR-form is created from the project-file it works fine, but when
> I create the form at run-time, using the following code, then it causes an
> Access Violation error when closing the pre-view.
> But strangely enough this happens only after I have clicked the printer
> setup window from the preview screen (and closing it without any changes).
> 
> The code launching the report is as follows:
> 
> begin
>     Application.CreateForm(TForm2, Form2);
>     with form2 do
>     begin
>       QuickRep1.preview;
>       free;
>     end;
> end;
> 
> Any help is highly appreciated.
> 
> 
> John Christenhusz



CAUTION - This message may contain privileged and confidential information intended 
only for the 
use of the addressee(s) named above.  If you are not the intended recipient of this 
message you are 
hereby notified that any use, dissemination, distribution or reproduction of this 
message is prohibited.  
If you have received this message in error please notify Progressive Enterprises Ltd. 
immediately via 
email at [EMAIL PROTECTED]  Any views expressed in this message 
are those of the 
individual sender and may not necessarily reflect the views of Progressive Enterprises 
Ltd.

This footnote also confirms that Progressive Enterprises Ltd. has swept this email 
message for the 
presence of computer viruses.  This does not guarantee this message is virus free.

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to