| ProgressBarEvent Event | |
| See Also |
- pVal
- The object that holds the event information
- BubbleEvent
Indicates how the application handles the event. Relevant only when ProgressBarEvent.BeforeAction is true.
- True: The application handles the event after the current event handler is finished (default).
- False: The application does not handle the event.
Occurs when a progress bar is created, stopped, or released in the status bar of the application.
| Visual Basic |
|---|
Public Event ProgressBarEvent( _
ByVal pVal As ProgressBarEvent, _
ByRef BubbleEvent As Boolean _
) |
- pVal
- The object that holds the event information
- BubbleEvent
Indicates how the application handles the event. Relevant only when ProgressBarEvent.BeforeAction is true.
- True: The application handles the event after the current event handler is finished (default).
- False: The application does not handle the event.
In SAP Business One, you can display progress information of heavy operations in the application status bar. For more information, see StatusBar.