The DLL for the HsvResourceManager type library is HsvResourceManager.dll. The HsvResourceManager type library contains one object—the HsvResourceManager object.
The HsvResourceManager type library provides an interface to the Resource Manager. The Resource Manager exposes error message strings for Financial Management. If a Financial Management release has been localized into a given language, the error message strings will also be localized. |
Obtaining an HsvResourceManager Object Reference
There are two ways in which you can obtain an HsvResourceManager object reference:
Use CreateObject as shown in the following example:
If you use CreateObject, you must specify that error message resources for the Web tier are needed by passing the HFM_WEB_TIER constant to Initialize. |
Use the HFMwSession component’s resourceManager property.
If no application is open, you must use CreateObject. If an application is open, you can use either technique.
The following topics describe how to handle error with the HsvResourceManager object, the format of technical error strings returned by some methods, and the object’s methods.