Share via


GrooveFormsToolLinkType Type

The GrooveFormsToolLinkType type identifies different link types.

Syntax

Enum GrooveFormsToolLinkType

GrooveFormsToolLinkType_None = 0,

GrooveFormsToolLinkType_Record = 1,

GrooveFormsToolLinkType_View = 2,

GrooveFormsToolLinkType_Tool = 3

End Enum

Members

Member Description

GrooveFormsToolLinkType_None

Not used in Forms Tool scripts or macros.

GrooveFormsToolLinkType_Record

Link is to a specific record.

GrooveFormsToolLinkType_Tool

Link is to a Forms tool. This link type does not require a LinkObjectID to be specified.

GrooveFormsToolLinkType_View

Link is to a specific view.

See Also

Reference

IGrooveFormsToolLinkObject Interface
IGrooveFormsToolLinkObjectEnum Interface
GrooveFormsToolLinkType Type
CreateLinkObject Method
CreateLinkObjectEnum Method
SendInstantMessageWithLinks Method
Groove Forms Tool Types