DataView.Find (gb.db.form)
Sub Find ( Where As String, ... )
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.
 
  
In previous versions of Gambas, the method was acting like 
FindNext.