Skip to content

Request_Superfind - dbTabDialog_

Performs superfind on the designated file by the main index of field and notifies all connected DSOs of the result

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

Syntax

Procedure Request_Superfind Integer mode

Call Example

Send Request_Superfind mode

Description

Request_superfind performs superfind on the designated file by the main index of field and notifies all connected DSOs of the result. 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. Sends of request_superfind to a DSO require Predefined Indicator err to be set to false beforehand, in case an error other than Find past end of file or Find prior to beginning of file is generated by the superfind. Sent by DEOs.