LabelReportWizard()  Method callback

<< Click to Display Table of Contents >>

Navigation:  Callback Methods >

LabelReportWizard()  Method callback

Previous pageReturn to chapter overviewNext page

Purpose

To inform the shell window that the user wishes to create a report via the Label Report Wizard.

Syntax

<oOwner>:LabelReportWizard()

Description

This callback method is invoked when the user selects the File, New, Label Report Wizard menu option from the RpReport design window.  If the LabelReportWizard() method does not exist on the design window owner object, the File, New, Label Report Wizard menu option is removed from the design window menu.  The owner object is specified in the <oOwner> parameter of the RpReport:Init.

Note:        This callback method is only used by the report designer.

See Also:                StandardReportWizard() and CrossTabReportWizard()