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

Remove minimize button from preview form

edited April 2008 in General


What would be the easiest way to remove the minimize button from the
report preview form (shown buy using Report.PrintReport). I am using
Report Builder Enterprise 10.05 and Delphi 2006.

Thank You,

Michael

--

Comments

  • edited April 2008
    Michael Eubanks wrote:


    ppreport1.PreviewForm.BorderIcons
    := ppreport1.PreviewForm.BorderIcons - [biMinimize];

    this will disable the minimize button. It will still be visible, though.

    HTH

    Arno

    --
This discussion has been closed.