NTPCloseStatusBar ( <ReportHandle> ) -> <ErrorCode>
Description
A status bar, previously opened by calling NTPOpenStatusBar is closed and wiped from the screen.
Note: This function should only be used in scripts executed on the Notes client.
Declaration for Lotus Script
Declare Function NTPCloseStatusBar Lib "NTP.DLL" ( ByVal ReportHandle As Long ) As Long
Parameter
<ReportHandle> (LONG)
Report handle, returned by calling NTPInit or NTPInitFromDatabase.
Return value
<ErrorCode> (LONG)
Number of the error encountered (0 = no error)