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