PdcCalculation.PriceAgreementsOverruled

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

Declaration

PriceAgreementsOverruled as Boolean

Description

Returns or changes if the priceagreements where overruled

Notes

This property returns or sets the 'PriceAgreementsOverruled' property of the current calculation. In the calculation form, it can be found on the 'Other' treenode of the calculation.

Code example

This code example returns the PriceAgreementsOverruled property of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.PriceAgreementsOverruled

Availability