DataBrowser.Find (gb.db.form)

Sub Find ( Where As String, ... )

Desde 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.