typeFilter

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

Read-write.

Syntax

<HFMwQueryDef>.typeFilter(nIndex)

Argument

Description

nIndex

The index of the filter in the collection of journal type filters. Valid index values are represented by the HFMConstants type library constants listed in Journal Type Filter Constants.

Input argument. Integer subtype.

Example

typeFilter is used in the example for the HFMwManageJournals method GetJournalsDisplayData.