Menu Object
 
Syntax
 
Menu.AppProjects [ProjectNumber][, TabIndex]
 
Description
Opens the Projects management application. Optionally, a specific project can be opened directly and a specific tab can be activated.
 
Parameter
Description
ProjectNumber
Optional. Project number of the project to open directly. Default value 0 (project overview is shown).
TabIndex
Optional. Index of the tab to activate upon opening. Default value -1 (no specific tab).
See Also
AppProjecten (Dutch variant)
Example
 
Sub Main
    Menu.AppProjects ProjectNumber:=200
End Sub