<OBJECT>.UP()
Syntax
<OBJECT>.UP()
Description
The <OBJECT>.UP() method applies to:
Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)
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