<OBJECT>.FETCH_PREV()

Syntax

<OBJECT>.FETCH_PREV()

Description

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

The <OBJECT>.FETCH_PREV() method moves to the previous 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 previous record in the current query:

parentform.fetch_previous()

This script is attached to a button. It moves to the previous record in the embedded browse (called Items) on a form:

parentform:items.fetch_previous()

See Also

Browse Functions and Methods