InformationDialog Method

Displays the Assignment Information, Resource Information, or Task Information dialog box for the selected assignment, resource, or task.

Syntax

expression**.InformationDialog(Tab)**

*expression   *     Optional. An expression that returns an Application object.

Tab    Optional Long. The tab to display in the Assignment Information, Resource Information, or Task Information dialog boxes.

If an assignment is selected, can be one of the following PjInformationTab constants: pjAssignmentGeneralTab, pjAssignmentTrackingTab, or pjAssignmentNotesTab.

If a resource is selected, can be one of the following PjInformationTab constants: pjResourceGeneralTab, pjResourceWorkingTimeTab, pjResourceCostsTab, or pjResourceNotesTab.

If a task is selected, can be one of the following PjInformationTab constants: pjTaskGeneralTab, pjTaskPredecessorsTab, pjTaskResourcesTab, pjTaskAdvancedTab, or pjTaskNotesTab.

Applies to | Application Object

See Also | RecurringTaskInsert Method