<OBJECT>.NEXT()
Syntax
<OBJECT>.NEXT()
Description
The <OBJECT>.NEXT() 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>.NEXT() method moves the focus to the next control in the tab order as if the user had pressed the Tab key.
Supported By
Alpha Five Version 5 and Above
Limitations
Desktop applications only.
Example
|
:customer.next() |
See Also