Im using Delphi7 and QuickReport 3. Im new to Delphi and QuickReport.
When I debug my application I got an error at the procedure TQRPreview.UpdateZoom;
if assigned(FQRPrinter)
The exception is Access violation
In my form Im calling , QuickRep.Prepare;and QuickRep.Preview.
When Im calling QuickRep.Preview I'm geeting the error.
Any help is appreciated.
self=nilthen access toFQRPrinterwill raise an Access Violation. So I guess theTQRPreviewinstance was not properly created - perhaps due to the lack of default printer in the system... - Arnaud Bouchez