balanceTypeFilter

Gets or sets a given balance type filter for the HFMwQueryDef object reference. The property accesses a collection of filters for the various balance types; each filter can be set to TRUE or FALSE.

Read-write.

Syntax

<HFMwQueryDef>.balanceTypeFilter(nIndex)

Argument

Description

nIndex

The index of the balance type filter. Valid index values are represented by the HFMConstants type library constants listed in Balance Type Filter Constants.

Input argument. Integer subtype.

Example

The following snippet turns on the balance filter for balanced journals.

'cHFMQueryDef is an HFMwQueryDef object reference.
cHFMQueryDef.balanceTypeFilter _
   (WEBOM_JOURNAL_BALANCE_TYPE_BALANCED) = true