FormObjectSet.first Method

Moves focus to the first record in a data source.

Syntax

public int first()

Run On

Client

Return Value

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

Remarks

This method is overridden by the method that is called when a user presses CTRL+HOME to select the first record in a form.

See Also

FormObjectSet Class

FormObjectSet.last Method

FormObjectSet.next Method

FormObjectSet.prev Method

FormObjectSet.nextPage Method

FormObjectSet.prevPage Method