EditDown @Command (Formula Language)

Moves the insertion point in a document down by the number of lines you specify. If you don't specify a number, moves the insertion point down one line.

Syntax

@Command( [EditDown] )

or

@Command( [EditDown] ; count )

Parameters

count

Number. Optional. Specifies the number of lines to move down.

Usage

This command does not work on the Web.

If using this command in a hotspot button or any other element that causes a change in focus, the EditGoToField or EditTop command must be used first to return the focus to the document. The document must be in Edit mode.

Examples

This formula moves the insertion point down five lines.
@Command( [EditDown]; "5" )

Language cross-reference

GoToNextField method of LotusScript® NotesUIDocument class


Additional Documentation | Trademarks |