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

Default Preview - How can I get zoon 100% when starts????

edited July 2002 in General
How can I do this?
Andre

Comments

  • edited July 2002
    Put this in the OnPreviewFormCreate event:
    ppReport1.PreviewForm.WindowState := wsMaximized;
    TppViewer(ppReport1.PreviewForm.Viewer).ZoomSetting := zs100Percent;

    HTH,
    Vikram

  • edited July 2002
    Thanks,

    Andre Mota

This discussion has been closed.