GoUpLine

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

Syntax

bool GoUpLine (strParam)

Parameters

An integer indicating the number of lines to move up above 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 up 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")
GoUpLine("1")
GoRightWord("1")
UPdateField()

This sequence finds and extracts the entered value of the Date field ("2/13/03"), in a fingerprint with these words:

Date: 2/13/03
INVOICE