PdcProjects.Show

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

Show(projno as String) as PdcProject

Description

Notes

This method shows the projectform for the given projectnumber.

Code example

The following code shows the form of an existing project.

dim objProject
 
  set objProject = pdc.projects.Show("12345")

Availability

Available since February 2011 (From version 4.2 onwards).