PdcCalculation.CustomerCountryCode

From External Bemet Wiki
Revision as of 09:07, 21 May 2012 by Mike (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

CustomerCountryCode as String

Description

Returns the customer's country

Notes

This property returns the 'CustomerCountryCode' of the customer selected in the current calculation.

Code example

This code example returns the CustomerCountryCode of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.CustomerCountryCode

Availability