NTPUpdateStatusBar

 

NTPUpdateStatusBar ( <ReportHandle>, <CurrentValue> ) -> <ErrorCode>

 

 

Description

 

Updates a status bar created by using NTPOpenStatusBar on screen. The most current value must be provided in order to update. In order to close the status bar the command NTPCloseStatusBar is used.

 

Note: This function should only be used in scripts executed in the Notes client.

 

 

Declaration for Lotus Script

 

Declare Function NTPUpdateStatusBar Lib "NTP.DLL" ( ByVal ReportHandle As Long, ByVal CurrentValue As Long ) As Long

 

 

Parameter

 

<ReportHandle> (LONG)

Report handle, returned by calling NTPInit or NTPInitFromDatabase.

 

<CurrentValue> (LONG)

The current value the status bar should show.

 

 

Return value

 

<ErrorCode> (LONG)

Number of the error encountered (0 = no error)