PdcCalculation.ContactID
Jump to navigation
Jump to search
Declaration
ContactID as String
Description
Returns the contacts id
Notes
This property returns the 'ContactID' of the contact which was chosen in the calculation. To set the contact use the property 'SetContactID'.
Code example
This code example returns the ContactID of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.ContactID