Positions on the next record of the record set.
Function GoNext
none
Example
Code sample
VB Sample Dim val
If DB.Select() Then
Do
val = DB.GetFieldValue( "Field1" )
Loop While( DB.GoNext() )
End If
See also
Platform Objects and Methods
DB.sort
DB.AppendFinish