PdcCalculation.Discount
Jump to navigation
Jump to search
Declaration
Discount as double
Description
Returns or changes the discount
Notes
This property returns or sets the 'Discount' value of the current calculation. This field can be found in the calculation header.
Code example
This code example returns the Discount value of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.Discount