PdcCalculation.ProductionNo

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

ProductionNo as String

Description

Returns the productionnumber

Notes

This property returns the 'ProductionNo' of the current calculation.

Code example

This code example returns the ProductionNo of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.ProductionNo

Availability