EsbEndCalc

Marks the end of a calc script being sent to the active database. This function must be called after sending the calc script (using EsbSendString()).

Syntax

EsbEndCalc (hCtx)
ByVal hCtx As Long
ParameterDescription

hCtx

VB API context handle.

Notes

Return Value

None.

Access

This function requires the caller to have calc privilege (ESB_PRIV_CALC) to the active database.

Example

Declare Function EsbEndCalc Lib "ESBAPIN" (ByVal hCtx As Long) As Long

See the example for EsbBeginCalc.

See Also