FormObjectSet.last Method

Moves focus to the last record in the data source.

Syntax

public int last()

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+END to select the last record in a form.

See Also

FormObjectSet Class

FormObjectSet.first Method

FormObjectSet.next Method

FormObjectSet.prev Method

FormObjectSet.nextPage Method

FormObjectSet.prevPage Method