HsvResourceManager Object Methods

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.

To use the HsvResourceManager type library, you must reference HsvResourceManager.dll in your project. The HsvResourceManager type library contains one object—the HsvResourceManager object.

To obtain an HsvResourceManager object reference in Visual Basic or VBScript, use the New keyword as shown in the following example:

  Dim cResourceManager As HsvResourceManager
  Set cResourceManager = New HsvResourceManager

Caution!

In Visual Basic, do not use CreateObject. Using CreateObject causes an error.

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.