PdcCalculation.TermsOfDeliveryID

From External Bemet Wiki
Revision as of 11:57, 31 July 2013 by Mike (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

TermsOfDeliveryID as long

Description

This property returns the terms of delivery ID of a calculation.

Notes

Code example

This code example returns the terms of delivery ID of an active calculation.

Sub sGetTermsOfDeliveryID
dim objCalc

  set objCalc = pdc.ActiveCalculation

  msgbox objCalc.TermsOfDeliveryID

  set objCalc = nothing
End Sub

Availability