MSI.ViewClose

boolean MSI.ViewClose ( 

number hView )

Description

Calls the MsiViewClose function that releases the result set for an executed view. The MSI.ViewClose function must be called before the MSI.ViewExecute function is called again on the view, unless all rows of the result set have been obtained with the MSI.ViewFetch function.

Parameters

hView

(number) Handle to a view that is set to release.

Returns

(boolean)  Returns true if the action succeeds to close the view. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions