Applies To Objects
Description
Navigates to a specified host screen, recorded from a session window.
Syntax
rc
= object.NavigateTo
([screenName])
-or-
object.NavigateTo
[screenName]
Element |
Description |
rc |
The return value. |
object |
The Session object. |
screenName |
The name of the screen to navigate to. |
Return Value |
Description |
TRUE |
Successful |
FALSE |
The
specified screen cannot be located. |
Comments
To use this method, you must first record pages from a session.
From the Tools menu, choose Record Pages.
If you do not specify screenName, a dialog box appears for selecting a screen.