Tools_EnableReportWriter()

Examples


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.

Syntax

Tools_EnableReportWriter(mode)

Parameters

mode – A boolean that enables or disables the Report Writer menu items:

[spacer]

Value

Description

true

Enables the Report Writer menu items.

false

Disables the Report Writer menu items.


Return value

The boolean value true.

Comments

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.


Documentation Feedback