GoAboveWord

Moves up the specified number of lines from the previously found word or phrase.

Syntax

bool GoAboveWord (strParam)

Parameters

An integer indicating the number of lines to move up. Smart parameters are supported.

Returns

True if a word is found. Otherwise, False.

Level

Page or field level.

Details

Starting from a word or phrase found by a previous Locate action, the location position is moved to a word directly above it by the number of lines indicated by the input parameter. Subsequent Locate actions can then perform additional operations on this located word. Regardless of being called at the page or field level, this action operates on the recognized text for the current page.
Attention: If the action is added with an empty or non-numeric parameter, the action will default the argument to '1'.
Example
WordFind("Total")
GoAboveWord("1")
GoRightWord("1")
UpdateField()     

This sequence finds the word which is the Tax field's entered value ("29.78") when a fingerprint has these fields and values:

Tax 29.78
Total 234.70