Dokumentaro de Gambaso
Compilation & Installation
Components
gb
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

DataBrowser.Find (gb.db.form)

Sub Find ( Where As String, ... )

Since 3.16

Move the current row to the next record matching the specified filter.

  • Where is a SQL WHERE clause the next record must match.

  • Extra arguments are substituted inside the Where string, like the DB.Subst method.

The search starts from the row following the current row, or from the first row if there is no current row.