EsbSetFilterRow

Description

EsbSetFilterRow() sets the next row of a filter.

Syntax
EsbSetFilterRow (hCtx, FltRow, pAccess)
ByVal hCtx    As Long
ByVal FltRow  As Any
ByVal pAccess As Integer

Parameters

hCtxEssbase VB API context handle.
FltRowPointer to the next row of the filter.
pAccessAccess level for the filter row.

Return Value

None.

Notes

Access

This function requires the caller to have Database Design privilege (ESB_PRIV_DBDESIGN) for the specified database.

Example

Declare Function EsbSetFilterRow Lib "ESBAPIW" (ByVal hCtx As Long, ByVal FltRow As Any, ByVal pAccess As Integer) As Long
See the example for EsbSetFilter().

See Also

EsbListFilters()
EsbSetFilter()