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

Report Wizard - Styles

edited November 2008 in End User
Hi

Is there any way of adding our custom styles to the existing Bold,
Corporate, Casual etc.?

Regards

Philip L Jackson

Comments

  • edited November 2008
    Hi Philip,

    Take a look at the ppRptWiz.pas and ppRWzDlg.pas files. Inside the
    ppRtpWiz.pas file you will see the different style classes defined and how
    they are used. To add your own, you will need to create a
    TppCustomReportWizard descendant (similar to the existing one) and perhaps
    replace the ReportWizardDialog to meet your needs.

    Be sure to register the new report wizard once it is created using the
    ppRegisterWizard routine.

    --
    Regards,

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

    Best Regards,

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