Reference Guide
Reference Guide
Reference Guide

FIND (FI=)

Used to select a row and set that row as the Active Entity.

To select a row and set it as the Active Entity
  1. Key in:FIND <SQL_SELECT_statement>
    or
    FI=<SQL_SELECT_statement>
    For example:
    FI=SELECT * FROM parts WHERE pc='8255' AND cost=2.10
    If the SELECT statement returns more than one row, the first such row becomes the Active Entity.