Custom preview toolbar component and "almost modal" form for QuickReport 2
==========================================================================

Description:
------------
It has a toolbar that can be configured for different languages.
Unwanted buttons in the toolbar can be turned off in the properties.
Most buttons control the preview by themselves and some of them generate
events that can be used for custom actions.
The preview is permanently maximized, cannot be dragged around, and stays
on top of the calling form.

Installation:
-------------
Install the components in QRPreviewToolbar.pas.

Usage:
------
Copy the file QRCustomPreview.pas to your project directory and add it to
your project via the menu Project->Add to project.

Add this line to the OnPreview event handler for your TQuickRep object:

procedure TfrmCustomReport.QuickRepPreview(Sender: TObject);
begin
  QRPreviewForm.ShowPreview(TQRPrinter(Sender));
end;

Add qrprntr to the uses clause so that TQRPrinter is recognized.

Then call the TQuickRep.Preview method whereever you want to.

Notes:
------
Use it at your own risk. 
Please notify me about bugs, modifcations, or improvements.
You can use it with QuickReport 3 with some modifications (to the uses clause).

Craig Manley
c.manley@chello.nl
http://www.skybound.nl