EsbClearActive() clears the user's current active application and database.
EsbClearActive (hCtx)
ByVal hCtx As Long
hCtx | Essbase VB API context handle. |
Declare Function EsbClearActive Lib "ESBAPIW" (ByVal hCtx As Long) As Long Sub ESB_ClearActive () Dim sts As Long '************* ' Clear Active '************* sts = EsbClearActive (hCtx) End SubEsbGetActive()