SiMX Help‎ > ‎The Target Platform‎ > ‎Objects‎ > ‎DBCreator Object‎ > ‎

DBCreator.GoNext


Platform Objects


Description

Positions on the next record of the record set.


Syntax


Function GoNext


Parameters


none 


Return value


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
DBCreator.GoPrevious