DataView.Find (gb.db.form)
Sub Find ( Where As String, ... )
Since 3.19
Find the first row matching a SQL request and move to it.
-
Where: The "WHERE" part of the SQL request, with possible argument substitution inside.
Since 3.16
In previous versions of Gambas, the method was acting like
FindNext.