I would like to know how I do to create a new report style and so that this new style is appended the styles close to already existent in RB, in the report wizard.
You will need to create and register a new report wizard. (There is currently no way to register new report style with the existing wizard).
You can copy the existing report wizard, rename the classes to TmyReportWizard and then modify them to suit your needs. See RBuilder\Source\ppRptWiz.pas and ppRWzDlg. The Initialization sectino of ppRptWiz.pas contains the registration of the wizards.
Comments
You will need to create and register a new report wizard. (There is
currently no way to register new report style with the existing wizard).
You can copy the existing report wizard, rename the classes to
TmyReportWizard and then modify them to suit your needs. See
RBuilder\Source\ppRptWiz.pas and ppRWzDlg. The Initialization sectino of
ppRptWiz.pas contains the registration of the wizards.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Thanks,
[]s,
Alessandro Ferreira.