NTPOpenStatusBar

 

NTPOpenStatusBar ( <ReportHandle>, <MaxValue> ) -> <ErrorCode>

 

 

Description

 

Initialization and display of the status bar on the screen.  During initialization, the maximum value for the status bar must be defined. The current position (NTPUpdateStatusBar) is always shown as a percentage of this maximum value.

 

 

Note: This function should only be used in a script that is to be processed on a Notes client.

 

 

Declaration for Lotus Script

 

Declare Function NTPOpenStatusBar Lib "NTP.DLL" ( ByVal ReportHandle As Long, ByVal MaxValue As Long ) As Long

 

Parameter

 

<ReportHandle> (LONG)

Report handle, returned by calling NTPInit or NTPInitFromDatabase.

 

<MaxValue> (LONG)

The maximum value the status bar is supposed to show.

 

 

Return value

 

<ErrorCode> (LONG)

Number of the error encountered (0 = no error)