How to do a Custom Preview with Quick Report 3:
===================================================
Last update: November 27, 1999 Chris Miller, QuSoft AS

This archive contains a project that illustrates how to call a custom
preview using the RegisterPreviewInteface procedure.  This is a new
way of globally defining which preview will be used for a report.
This does not replace the OnPreview event of the report, that event
can still be used to force a specific Preview for the report.

C++ Builder 3 users will not be able to use the
RegisterPreviewInteface method.  This is due to a difference between
how Delphi works and how C++ Builder works.  There is a C++Builder
version of this demo on our download page that uses the OnPreview
event.

This preview is similiar to the preview used by some of our other
demo projects, but it has some features that are unique to it.  You
can scroll the preview with the CTRL and the arrow keys and the form
will size it self to the display and prevent the user from minimizing
it.  

History:

Nov 27th, Added more functionality to the print method.