TECH TIP: Creating a Preview Plugin Question: “I’ve followed the tutorials and registered a Preview Form replacement but that did not affect the TppDesigner’s Preview workspace.” Answer: Do not use the form replacement, but rather, there is a different architecture built into the preview form that is registered by default. You will need to register a Full Article…
Search the Wiki
Viewing 130 to 132 of 409 items
How To…Create a Custom Print Dialog
Question “How do I replace the existing print dialog with a custom one of my own?” Solution Use the built-in dialog replacement architecture to create and register your own print dialog. Start by copying the existing dialog located in the ppPDlg.pas file and renaming the class and file name. Finally inside the initialization and finalization Full Article…
RTF Fundamentals
The RTF device gives the capability to easily export any report to RichText format which can be viewed in many text editors such as Microsoft Word and WordPad. Begin by setting the Report.AllowPrintToFile property to True to enable the Print To File section of the Print Dialog. The print dialog can be bypassed by setting Full Article…