PdcCalculation.ProjectNo

From External Bemet Wiki
Revision as of 10:13, 21 May 2012 by Mike (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

ProjectNo as String

Description

Returns the projectnumber

Notes

This property returns the 'ProjectNo' of the current calculation if the calculation is attached to a project.

Code example

This code example returns the ProjectNo of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.ProjectNo

Availability