Alert Dialog Box

EPM Workspace supports use of alert dialog boxes, modal windows that display messages and are displayed as full Web pages. When a box is displayed, to continue working on the browser, users must dismiss the box (by clicking OK).

The Alert() method can be called from any supported event, except OnStartUp and OnShutDown.

Up to three custom-named buttons can be displayed on alert dialog boxes. When users select a button, the integer associated with the button is returned. For example, if the user selects button #1, the number 1 is returned.

Syntax used, in the object model, to create the alert dialog box:

Expression.Alert(Prompt As String, [Title As String], 
[Button1Text As String], [Button2Text As String], 
[Button3Text As String]) As Integer