Engine.LaunchExternalViewer

Syntax

Engine.LaunchExternalViewer( FilePath)

Purpose

Launches an external file viewer.

Remarks

Typically, you use this method to display test reports.

This method specifies the external viewer based on settings you can edit when you call the Engine.DisplayExternalViewerDialog method. If the dialog box contains no settings that apply to the file, TestStand launches a viewer based on the file extension association defined for the operating system.

Parameters

FilePath As String

[In] Specifies the pathname of the file to view.

See Also

Engine.DisplayExternalViewerDialog

ExternalReportViewers