Question “How can I can create a simple report wizard that implements a standard template?” Solution The following example shows how to create a custom report wizard and register it with RB. The TmyReportWizard class descends from TppCustomReportWizard and overrides a few simple methods. The ClassDescription and ClassBitmpa are used by the report designer’s ‘New…’ Full Article…
Search the Wiki
Viewing 124 to 126 of 409 items
How To…Create a Custom Query Wizard
Question “How do I replace the existing query wizard with a custom one of my own?” Solution Use the built-in dialog replacement architecture to create and register your own query wizard. Start by copying the existing code located in the daQueryWizard.pas file and renaming the class and file name. Finally inside the initialization and finalization Full Article…
How To…Create a Custom Query Designer
Question “How do I replace the existing query designer with a custom one of my own?” Solution Use the built-in dialog replacement architecture to create and register your own query designer. Start by copying the existing code located in the daQueryDesigner.pas file and renaming the class and file name. You will also need to create Full Article…