FormObjectSet.next Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.