PdcCalculation.Billed

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

Billed as double

Description

Returns the value of salesinvoices

Notes

This property returns the total invoiced value for the calculation. For stardard article calculations this property obviously always returns 0.

Code example

This code example returns the total invoiced value of an active calculation.

Sub sGetBilled
dim objCalc

  set objCalc = pdc.ActiveCalculation

  msgbox objCalc.Billed

  set objCalc = nothing
End Sub

Availability