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

Customized Preview Form X Default Preview Form

edited October 2001 in General
Hi ...

I would like to work with the Report Builder Default Preview Form and a
Customized Preview Form in the same project.
Is it possible ? How do I do ?

Thanks

Marco

Comments

  • edited October 2001

    You should be able to call ppRegisterForm to do this.

    1. Register default preview form

    ppRegisterForm(TppCustomPreviewer, TppPrintPreview);

    2. Register custom preview form

    ppRegisterForm(TppCustomPreviewer, TmyCustomPreview);




    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.