You are here: Features > Action Events > Launch HTML dialog

Launch HTML Dialog Action

Event Function: LaunchHTMLDialog

The HTML Dialog action opens a user-defined HTML page in a dialog box.

Using the Events tab

Under Enter

Run Skip Condition

If desired, enter skip conditions for the event. When the "Run Skip Condition" is evaluated to be true, the action is not performed.

HTML file

Enter the path name to the HTML file.

Modeless If desired, select Yes to make the dialog Modeless. If a dialog is modeless, you can continue to access the CaseView document while the dialog is open. If you select No, the user is locked to the dialog until it is closed.
Resize If desired, select Yes to allow resizing of the dialog. Select No to lock the dialog to its default size.

Syntax (if entering it in the Equation bar)

ACTION("LaunchHTMLDialog",expr)

Where

expr = the path to HTML page

How the example will appear in the Equation bar

ACTION("LaunchHTMLDialog", "c:\Program Files\CaseWare\cw2004\message.html")

Related Topics