HFMwSharesCalc Type Library

In This Section:

HFMwSharesCalc Component Methods

The HFMwSharesCalc type library contains the HFMwSharesCalc component. This component enables you to calculate ownership for a Financial Management application.

Obtaining an HFMwSharesCalc Object Reference

Create an HFMwSharesCalc object with Server.CreateObject. After creating the object, you must associate it with the HFMwSession object for the application in which you want to calculate ownership:

  set cHFMSharesCalc = _ 
  Server.CreateObject("Hyperion.HFMwSharesCalc")
  ' cHFMSession is a previously set HFMwSession object
  cHFMSharesCalc.SetWebSession cHFMSession