PdcCalculation.InvCustomerNo
Jump to navigation
Jump to search
Declaration
InvCustomerNo as String
Description
Notes
This property returns or changes 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