Application.AddResourcesFromProjectServer Method
Project Developer Reference |
Opens the Build Team dialog box if you are connected to Project Server and are currently in a resource view.
Syntax
expression.AddResourcesFromProjectServer
expression A variable that represents an Application object.
Return Value
Boolean
Remarks
The AddResourcesFromProjectServer method is only available in resource views and returns a trappable error (error code 1100) when applied in a non-resource view.
Example
The following example displays the Build Team from Project Server dialog box. First, Project adds the URL specified in Collaboration Options (Collaborate menu) to Microsoft Internet Explorer's list of trusted sites. Upon confirmation, Project switches to a Resource Sheet view and displays the Build Team from Project Server dialog box, if connected to My Computer in workgroup mode. Project displays the Build Team from <Project Name> dialog box when connected to Project Server.
Visual Basic for Applications |
---|
|
See Also