<OBJECT>.UP()

Syntax

<OBJECT>.UP()

Description

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

The <OBJECT>.UP() method moves the focus up as if the user had pressed the Up key.

Supported By

Alpha Five Version 5 and Above

Limitations

Desktop applications only.

Example

This script moves to the previous field on the form:

parentform.up()

See Also

Form Functions and Methods, Browse Functions and Methods