FilterSelect

ACCPAC Common Controls

AccpacView.FilterSelect

Starts a query and establishes the direction for subsequent calls that fetch records from the view.

Sub FilterSelect(
Filter As String,
Ascending As Boolean,
Order As Long,
origin As tagFilterOriginEnum)

Parameters

Filter

[in] a filter that restricts the records that will be retrieved

Ascending

[in] indicates whether subsequent records will be fetched in ascending (TRUE) or descending (FALSE) order

Order

[in] the key index to use for the view

origin

[in] the range of records the filter will affect

Remarks