Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.74 KB

Project.Application.InformationDialog.md

File metadata and controls

50 lines (29 loc) · 1.74 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.InformationDialog method (Project)
vbapj.chm217
vbapj.chm217
project-server
Project.Application.InformationDialog
644b39d6-be73-5a07-4376-02df25d31a02
06/08/2017
medium

Application.InformationDialog method (Project)

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 box.

Return value

Boolean

Remarks

If multiple items are selected, the InformationDialog method displays the Multiple Assignment Information, Multiple Resource Information, or Multiple Task Information dialog box.

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

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

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

[!includeSupport and feedback]