PdcCalculation.CustomerID
Jump to navigation
Jump to search
Declaration
CustomerID as String
Description
Returns the customernumber
Notes
This property returns the 'CustomerID' of the customer selected in the current calculation. If you want to set the customerID use the property 'SetCustomerID'.
Code example
This code example returns the CustomerID of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.CustomerID