Search the Wiki

Viewing 268 to 270 of 408 items

How To…Reassign Event Handlers

Question “How do I reassign event handlers?” Solution Whenever you save a template to an .rtm file, all of the published properties of the Report are saved. This includes all Properties and Events that are visible in the Object Inspector. For the events, the ‘name’ of the event-handler procedure is saved. When you load an  Full Article…

0

How To…Programmatically Load Reports Saved Using the Report Explorer

Question “How do I programmatically load reports that were savedĀ using the Report Explorer ?” Solution The ReportExplorer has a run-time interface you can use to load reports using the ReportExplorer.LoadReport method. You can use this method without actually ‘showing’ the report explorer form. (See the online help topic for TppReportExplorer.) If you want use Report.Template.LoadFromDatabase,  Full Article…

0

How To…Load Report Templates from a Database

Question “How do I load report templates from a database?” Solution Reports can be saved to a database at design-time or run-time. First, create a database table that contains a BLOB field for storing the templates and a string field for storing the name of the templates:For this example let’s create a table called reports  Full Article…

0