Description
Positions on the next record of the record set.
Syntax
Function GoNext
Parameters
none
Return value
Example
Code sample
VB Sample Dim valIf DB.Select() Then Do val = DB.GetFieldValue( "Field1" ) Loop While( DB.GoNext() ) End If
See also
Platform Objects and MethodsDB.sortDB.AppendFinishDBCreator.GoPrevious
Platform Objects and Methods
DB.sort
DB.AppendFinishDBCreator.GoPrevious