FormObjectSet.first 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 first record in a data source.
public:
virtual int first();
public virtual int first ();
abstract member first : unit -> int
override this.first : unit -> int
Public Overridable Function first () As Integer
Returns
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.