HsxClientUI Type Library Overview

The HsxClientUI type library contains one object, the HsxClientUI object. The HsxClientUI object exposes standard Financial Management dialog boxes for client tier services such as logging on, opening applications, and registering and unregistering application servers.

Assign HsxClientUI object references with the Set keyword as shown in the following example:

  Dim cHsxClientUI As HsxClientUI
  Set cHsxClientUI = New HsxClientUI

After setting the object reference, call Initialize before calling any of the HsxClientUI object’s other methods.

Tip:

The HsxClientUI methods are similar to some of the HsxClient object’s methods. The HsxClient methods are listed in HsxClient Type Library Overview.

The following table lists the HsxClientUI object’s methods.

Table 5. HsxClientUI Object Methods

Method

Description

DeleteApplication

Displays the Delete Application dialog box.

GetServer

For internal use.

Initialize

Provides the HsxClientUI object with access to the client layer. You must call Initialize before calling any of the other HsxClientUI methods.

Logon

Displays the Logon dialog box.

OpenApplication

Displays the Open Application dialog box.

RegisterServer

Displays the Register Server dialog box.

For detailed descriptions of these methods, see HsxClientUI Object Methods.