Uses Windows to open the correct Application for the specified Document Name and optionally go to the specified Bookmark if supported.

<para> This will use Windows to open the associated application but with the following exceptions if a bookmark is specified: <list> <item>.doc files will use Word functionality to open them and go to the Bookmark</item> <item>.xls files will use Excel functionality to open them and go to the Worksheet (or if this fails, the Named Range) that matches Bookmark</item> </list> </para>

Syntax

ISUserInterface.OpenAssociatedApplication(documentName, [bookmark], [checkDocumentExists])

Parameters

NameTypeOptionalByRefDescription
documentName String
bookmark String Optional The Bookmark to go to.
checkDocumentExists Boolean Optional Indicates whether to check the Document exists before attempting to open it. If omitted, a value of True is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISUserInterface
Namespace:
Intersoft.ISUserInterface6
Assembly:
ISUserInterface6, Version=6.0.3
Target Framework:
.NET 9.0