EsbVerifyFilterRow

Description

EsbVerifyFilterRow() verifies the syntax of a single filter row strings against a specified Database.

Syntax
EsbVerifyFilterRow (hCtx, FltRow)
ByVal hCtx   As Long
ByVal FltRow As Any

Parameters

hCtxEssbase VB API context handle.
FltRowFilter row string.

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 EsbVerifyFilterRow Lib "ESBAPIW" (ByVal hCtx As Long, ByVal FltRow As Any) As Long
See the example for EsbVerifyFilter().

See Also

EsbGetFilter()
EsbVerifyFilter()