Establish_Find_Direction - BaseData_Set

Initializes the constrained find commands to perform searches using the given parameters

Type: Procedure

Parameters: Integer eFindMode Integer iFile integer iIndex

ParameterDescription
eFindModeMay 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
iFileNumber of the table in the current filelist
iIndexNumber of the index to use to perform the find


Syntax
Procedure Establish_Find_Direction Integer eFindMode Integer iFile integer iIndex

Call: Send Establish_Find_Direction eFindMode iFile iIndex


Description

The Establish_Find_Direction initializes the constrained find commands to perform searches using the given parameters.

Sample

Send Establish_Find_Direction ge Items.File_Number 1


Notes