<OBJECT>.CURSOR_SET()

Syntax

<OBJECT>.CURSOR_SET( Position as N )

Argument

Description

Position

The position of the cursor. 1 = Beginning of the text selection.

Description

The <OBJECT>.CURSOR_SET() method applies to:

The <OBJECT>.CURSOR_SET() method places the cursor at the specified character Position on an open layout.

Supported By

Alpha Five Version 5 and Above

Limitations

Desktop applications only.

Example

The following script place under the OnArrive event of a field sets the cursor position to the fifth character.

topparent.cursor_set(5)

See Also

Form Functions and Methods, Browse Functions and Methods