Application.InformationDialog Method
Project Developer Reference |
Displays the Assignment Information, Resource Information, or Task Information dialog box for the selected assignment, resource, or task.
Syntax
expression.InformationDialog(Tab)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Tab | Optional | Long | The tab to display in the Assignment Information, Resource Information, or Task Information dialog boxes. |
Return Value
Boolean
Remarks
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.
See Also