Additional Information/Limitations - WorkView - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - Premier - external - Premier - OnBase/WorkView/Foundation-24.1/WorkView/WorkView-Javascript-Client-Side-API-Documentation/Screen/Screen.DisplayMessageBox/Additional-Information/Limitations - 2025-10-15

WorkView

Platform
OnBase
Product
WorkView
Release
Foundation 24.1
License
Premier
ft:locale
en-US

Displays a message box with indicated icon and buttons.

Buttons: Value from .NET messageboxbuttons enumeration in string form

Valid Values: ("OK", "OKCancel", "YesNoCancel", "YesNo"),

Icon: Value from .NET messageboxicon enumeration in string form

Valid Values: ("None", "Error", "Hand", "Stop", "Question", "Exclamation", "Warning", "Information", "Asterisk"),

Callback: returns a "result" number indicating the value of the button clicked

Valid Results: ("None" = 0, "OK" = 1, "Cancel" = 2, "Yes" = 6, "No" = 7).