HFMwManageJournals Component

The HFMwManageJournals component exposes various journal features, including those listed below:

Obtaining an HFMwManageJournals Object Reference

Create an HFMwManageJournals object with Server.CreateObject. After creating the object, call SetWebSession to associate the object with the HFMwSession object that represents the application:

Set cHFMManageJournals = Server.CreateObject _
   ("Hyperion.HFMwManageJournals")
'cHFMSession is an HFMwSession object reference
cHFMManageJournals.SetWebSession(cHFMSession)