>begin
>    Application.CreateForm(TForm2, Form2);
>    with form2 do
>    begin
>      QuickRep1.preview;
>      free;
>    end;
>end;
>
>Any help is highly appreciated.
>

I have code similar to this that has worked
for a while (several QR versions)

the only difference (that I can see) is that I 
use  release()   instead of   free()
to destroy the form.

That might be worth a try.

rgds

ns



---------------------------------------------------------------------------
    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