Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Unit for Zoom Settings

edited February 2004 in General
Hi

What unit do i have to declare in my Uses section for the following to work:

PreviewFormSettings.ZoomSetting := zsWholePage;

I have had a problem before in trying to identify what units are required
for various settings. It would be very beneficial if the Help file
identified which Unit is required for every property / method. Failing that
any chance of a Tech Tip giving some guidance.


Regards

Tim Murfitt

Comments

  • edited February 2004
    Hi Tim,

    You need to add ppTypes to your uses clause.

    Pretty much all of the ReportBuilder specific types are located in the
    ppTypes.pas file. An easy way to be sure is to do a Search | Find In Files
    from the Delphi IDE with the search directory set to RBuilder\Source.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.