FilterFetch

ACCPAC Common Controls

AccpacView.FilterFetch

Retrieves the next record in the view according to the primary key field values of the current record, as well as the current filter and direction.

Function FilterFetch(lock As Boolean) As Boolean

Parameters

lock

[in] indicates whether the record should be locked after it is retrieved

Return Value

Returns whether a subsequent record exists in the view and is retrieved.

Remarks