The Tools_EnableReportWriter() function enables the Report Writer menu items. The Report Writer is available only when your application is opened with the runtime engine.
Tools_EnableReportWriter(mode)
• mode – A boolean that enables or disables the Report Writer menu items:
Value |
Description |
---|---|
true |
Enables the Report Writer menu items. |
false |
Disables the Report Writer menu items. |
The boolean value true.
Add this function to the form pre script for the main menu form. This will ensure that the Report Writer is available when your application is launched. Refer to your Dexterity license agreement before you enable this item.