GoDownLine
Moves down the specified number of lines from the previously found word or phrase and selects the first word.
Syntax
bool GoDownLine (strParam)
Parameters
An integer indicating the number of lines to move down below the current line. Smart parameters are supported.Returns
True if a line is found. Otherwise, False.Level
Page or field level.Details
Starting from the current position, the location position is moved down by the number of lines indicated in the input parameter and is moved to the first word of that line.Attention: If the action is added with an empty or non-numeric
parameter, the action will default the argument to '1'. This action
is always called after a search action has been used.
- Example
FindKeyList("Invoice") GoDownLine("1") GoRightWord("1") UpdateField()This sequence finds the word which is the Number field's entered value ("10034") when a fingerprint has these fields:
INVOICE Number: 10034