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