Initialize

Specifies the tier for which resources are needed. Each Financial Management tier has its own DLL for resources, and so you must call Initialize before calling any of the other HsvResourceManager methods.

Syntax

<HsvResourceManager>.Initialize sTier

Argument

Description

sTier

Integer (ByVal). Identifies the tier for which you want to use resources. Pass one of the HFMConstants type library constants listed in Tier Constants.

Example

Initialize is used in the example for GetFormattedError.