Step.DisplayAdditionalResultsDialog

Syntax

Step.DisplayAdditionalResultsDialog( dlgTitle = "", dlgOptions = 0)

Return Value

Boolean

Returns True if you click OK in the dialog box. Returns False if you click Cancel .

Purpose

Launches the Additional Results dialog box, in which you can edit additional results for a step.

Parameters

dlgTitle As String

[In] Specifies the title of the dialog box. Pass an empty string to use the default title for the dialog box.

This parameter has a default value of "" .

dlgOptions As Long

[In] Specifies any combination of CommonDialogOptions .

This parameter has a default value of 0 .

See Also

Additional Results dialog box

CommonDialogOptions