Sets the next row of a filter.
Syntax
ESS_FUNC_M EssSetFilterRow (hCtx, RowString, Access);
Parameter | Data Type | Description |
---|---|---|
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