Description
Moves the input focus to the specified Zone and line number.
Applicable Events
Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.NavigateTo "strZoneName", nLineNo
Parameters
Object is a reference to the Application object. For more information, see Application Object (page Application Object).
NavigateTo is the command.
strZoneName is the name of the zone that is displayed.
nLineNo is the line number of the specified zone. If a line number is not specified for a multi-line zone, the first line is displayed.
Example