TabHyperlinkTarget

Description

The TabHyperlinkTarget enumeration contains methods of loading page when following the link.

It is used by the following properties and methods:

Available Values

Value Brief description
-1 Undefined. Loading method is undefined.
0 Blank. Loads page in a new browser window. This value is set by default.
1 Self. Loads page in the current browser window.
2 Parent. Loads page to parent frame; when no frames are available, this parameter behaves like Self.
3 Top. Cancels all frames and loads page in full browser window; when no frames are available, this parameter behaves like Self.

Comments

Page loading methods are ignored when setting up hyperlinks in data entry formtables.

See also:

Tab Assembly Enumerations