Request_Find - cDbCJGrid
Finds a records using the specified mode
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| eFindMode | 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 |
| bEntUpdt | Integer | If True, perform entry update before Find |
Syntax
Procedure Request_Find Integer eFindMode Integer bEntUpdt
Call Example
Send Request_Find eFindMode bEntUpdt
Description
Request_Find finds records in the grid. These may be main file records or parent records. It does this by calling RequestColumnFind, which should be referred to for a complete description of this process.
Typically this is called by Find_First, Find_GE, Find_Next, Find_Previous or Find_Last.
If the request is successful, Found is set to true.