PdcCalculation.InvCustomerNo
Declaration
InvCustomerNo as String
Description
Notes
This property returns the invoice customer number of a calculation.
Code example
This example returns the invoice customer number of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.InvCustomerNo