PdcApplication.NewCalculation
Jump to navigation
Jump to search
Declaration
NewCalculation as PdcCalculation
Description
Returns a new Calculation Object
Notes
This method creates a new calculation object, without form. To show the new calculation, you have to call the 'Show' method of the calculation object.
Code example
This code creates a new calculation object. The calculation number can only be retrieved after the Save.
dim objCalc
set objCalc = pdc.NewCalculation
objCalc.Save
msgbox "You have now created a new calculation with number " & objCalc.CalculationNo
Availability
Available since June 2006 (From version 3.7).