Find
Finds the record in the current session that corresponds with the
specified field values. The field values are set by nested
SetField
actions.
Possible result values:
- 0: No record found.
- 1: Requested record found.
- 2: A record was found, but it is not the requested one.
Hint:
To check whether a correct record is found, use:
if find.result = (eq) 1
To check whether a correct record is not found, use:
if find.result <> (ne) 1
Fields in the editor
- Store result in
- The variable to store the result.
- Clear fields
- Select this check box to clear the fields of the find dialog.