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

How to maximize

edited April 2005 in General
How do I maximize the report preview when calling from Delphi ?

Comments

  • edited April 2005
    Hi,

    Check out the TppReport.PreviewFormSettings.WindowState property. Setting
    this property to wsMaximized will cause the preview form to load maximized
    by default. This is a published property so it is available in the Delphi
    Object Inspector. If you want to set the property in code, be sure you add
    "ppTypes" to your uses clause.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited April 2005
    Yeah, it works.
    Thanks alot.
This discussion has been closed.