EssSetFilterRow

Sets the next row of a filter.

Syntax

ESS_FUNC_M  EssSetFilterRow (hCtx, RowString, Access);
ParameterData TypeDescription

hCtx

ESS_HCTX_T

API context handle.

RowString

ESS_STR_T

Pointer to the next row of the filter.

Access

ESS_ACCESS_T

Access level for the filter row.

Notes

This function should be called repeatedly after calling EssSetFilter(), once for each row of the filter, terminating the row list with a NULL row string pointer.

Return Value

None.

Access

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

Example

See the example of EssSetFilter.

See Also