Sends a modal message box to the SAP Business One application.
Sends a modal message box to the SAP Business One application.
| Visual Basic |
|---|
Public Function MessageBox( _ ByVal Text As String, _ Optional ByVal DefaultBtn As Long = 1, _ Optional ByVal Btn1Caption As String = "Ok", _ Optional ByVal Btn2Caption As String = "", _ Optional ByVal Btn3Caption As String = "" _ ) As Long |
The index of the button that was clicked
| Displaying a message box (Visual Basic) | ||
|---|---|---|
| ||