Pending Tasks grid

You can access the Gantt tab by clicking the View Events icon in the Pending Tasks grid. Here is the Action script that is used for the View Event button.

Function wf_view() As Long
Dim result As Long = StartForm("FRMPROJECTMGMT", _OBJECTKEY)
Return 1
End Function