Share via


FormObjectSet.next Method

Definition

Moves focus to the next record in the data source.

public:
 virtual int next();
public virtual int next ();
abstract member next : unit -> int
override this.next : unit -> int
Public Overridable Function next () As Integer

Returns

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.

Applies to