HFMwData Component

The HFMwData component contains methods for working with Financial Management data. These methods are described in the following topics.

Obtaining an HFMwData Object Reference

Create an HFMwData object with Server.CreateObject. After creating the object, call SetWebSession to associate the object with the HFMwSession object for the application to which you want to get or set data:

Set cHFMData = Server.CreateObject("Hyperion.HFMwData")
' cHFMSession is a previously set HFMwSession object
cHFMData.SetWebSession cHFMSession