Main page /  Useful info about ShapeSheet™  / Visio ShapeSheet reference / ShapeSheet™. List of functions by category

ShapeSheet. Category Events and actions control flow

Note

This table contain only functions which included in table for similar category in the book MS Visio 2003 Developer’s Survival Pack by Graham Wideman (see chapter 37).

The version information in which the function was added is taken from John's Goldsmith article Visio ShapeSheet Functions by Version


Name

Details

DEFAULTEVENT

Version Added: Pre 2003

Performs the default event associated with the object.

Syntax

DEFAULTEVENT( )

Read more about function DEFAULTEVENT

GOTOPAGE

Version Added: Pre 2003

Displays the page that has the name pagename in the currently active window.

Syntax

GOTOPAGE("pagename")

Read more about function GOTOPAGE

HELP

Version Added: Pre 2003

Opens an HTML Help file with the specifed keyword in the Search box.

Syntax

HELP("filename.chm!keyword")

Read more about function HELP

HYPERLINK

Version Added: Pre 2003

Navigates to the specified address, which can be a file, UNC, or URL path.

Syntax

HYPERLINK("address"[,"subaddress","extrainfo",window,"frame"])

Read more about function HYPERLINK

OPENFILE

Version Added: Pre 2003

Opens a Microsoft Visio document, if it's not already open, and activates the document window.

Syntax

OPENFILE("filename")

Read more about function OPENFILE

OPENGROUPWIN

Version Added: Pre 2003

Opens the group in the group window. If the object is not a group, this function does nothing.

Syntax

OPENGROUPWIN( )

Read more about function OPENGROUPWIN

OPENSHEETWIN

Version Added: Pre 2003

Opens the ShapeSheet window in a new window.

Syntax

OPENSHEETWIN( )

Read more about function OPENSHEETWIN

OPENTEXTWIN

Version Added: Pre 2003

Opens the shape's text block so that the text can be edited.

Syntax

OPENTEXTWIN( )

Read more about function OPENTEXTWIN

PLAYSOUND

Version Added: Pre 2003

Plays a sound file or system sound.

Syntax

PLAYSOUND("filename"|"alias",isAlias,beep,synch)

Read more about function PLAYSOUND

QUEUEMARKEREVENT

Version Added: 2003

Causes the application to fire a marker event to your add-on, Microsoft Visual Basic for Applications (VBA) code, or COM add-in.

Syntax

QUEUEMARKEREVENT (event_string )

Read more about function QUEUEMARKEREVENT