PdcProjects.Show: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == == Description == == Notes == == Code example == <source lang="vb"> </source> == Availability ==" |
No edit summary |
||
Line 1: | Line 1: | ||
== Declaration == | == Declaration == | ||
Show(projno as String) as [[PdcProject]] | |||
== Description == | == Description == | ||
Line 6: | Line 6: | ||
== Notes == | == Notes == | ||
This method shows the projectform for the given projectnumber. | |||
== Code example == | == Code example == | ||
Line 16: | Line 16: | ||
== Availability == | == Availability == | ||
Available since February 2011 (From version 4.2 onwards). |
Revision as of 10:20, 22 May 2012
Declaration
Show(projno as String) as PdcProject
Description
Notes
This method shows the projectform for the given projectnumber.
Code example
Availability
Available since February 2011 (From version 4.2 onwards).