FormObjectSet.next Method

Moves focus to the next record in the data source.

Syntax

public int next()

Run On

Client

Return Value

Type: int
A non-zero integer if the operation succeeds.

Remarks

This method is called when a user selects the next record in a form by pressing the DOWN ARROW key.

See Also

FormObjectSet Class

FormDataSource.next Method

FormObjectSet.prev Method

FormObjectSet.nextPage Method

FormObjectSet.prevPage Method

FormObjectSet.first Method

FormObjectSet.last Method