Skip to content

Request_Find - dbForm_

Finds record using specified mode by requesting item_find from server, if any

Type: Procedure

Parameters

Parameter Type Description
mode Integer May be any of the standard find modes, i.e., lt, le, eq, ge, or gt, or it may be either Next_Record, First_Record, or Last_Record
entUpdtFlag Integer If true perform entry update before Find.

Syntax

Procedure Request_Find Integer mode Integer entUpdtFlag

Call Example

Send Request_Find mode entUpdtFlag

Description

Request_find finds record using specified mode by requesting item_find from server, if any. Uses data_file and data_field to determine file and field for find. If this object has no server, no action is taken.