PdcCalculation.InvCustomerNo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
== Notes == | == Notes == | ||
This property returns the invoice customer number of a calculation. | This property returns or changes the invoice customer number of a calculation. | ||
== Code example == | == Code example == |
Latest revision as of 10:35, 6 December 2013
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