<OBJECT>.FETCH_FIRST()
Syntax
<OBJECT>.FETCH_FIRST()
Description
The <OBJECT>.FETCH_FIRST() 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>.FETCH_FIRST() method moves to the first record in the current query.
Supported By
Alpha Five Version 5 and Above
Limitations
Desktop applications only.
Example
This script is attached to a button. It moves to the first record in the current query:
|
parentform.fetch_first() |
This script is attached to a button. It moves to the first record in the embedded browse (called Items) on a form:
|
parentform:items.fetch_first() |
See Also