EssSetFilterRow

Description

EssSetFilterRow() sets the next row of a filter.

Syntax

ESS_FUNC_M  EssSetFilterRow (hCtx, RowString, Access);
ESS_HCTX_ThCtx
ESS_STR_TRowString
ESS_ACCESS_TAccess

Parameters

hCtxEssbase API context handle.
RowStringPointer to the next row of the filter.
AccessAccess level for the filter row.

Return Value

None.

Notes

Access

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

Example

See the example of EssSetFilter().

See Also

EssListFilters()
EssSetFilter()