Maptitude GISDK Help

LaunchDocument()

Summary

Open a document, executable, or URL with the appropriate program.

 

Syntax

LaunchDocument(string doc, array options)

 

Argument

Contents

doc

The name of the document, executable, or URL

 

No options are currently supported.

 

Notes

Example

doc = "http://www.caliper.com"

on error do

     ResetCursor()

     ShowMessage("Could not link to " + doc)

     Return()

     end

 

SetCursor("HourGlass")

LaunchDocument(doc, )

ResetCursor()

on error default

 

Error Codes

Error Type

Meaning

Error

LaunchDocument() could not locate the document, or otherwise failed to launch it

 

See Also

Function

Summary

LaunchProgram()

Starts a Windows program

CallDllFunction()

Calls a function in a Dynamic Link Library (DLL)

 

 

©2025 Caliper Corporation www.caliper.com