DataSource.FindNext (gb.db.form)
Function FindNext ( Index As Integer, Where As String, ... ) As Integer
Since 3.16
Find the next row matching the specified filter from a specified row, and return its index.
-
Index is the index of the row where the search starts.
-
Where is a SQL WHERE clause the next row must match.
-
Extra arguments are substituted inside the Where string, like the DB.Subst method.
If no row matches, then
-1
is returned.