Request_Find - cBaseDbLocalWebControlHost
Finds on specified file using given find_mode and index
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 on specified file using given find_mode and index. If find is successful, performs a relate on file. If file is the same as the DSO's main_file, sends relate_main_file. Notifies other connected DSOs of the result of the find. Mode 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. Sets the found indicator to reflect the success or failure of the find operation. Sent by DEOs and item_find.