Skip to content

File_Field_AutoFind - DataDictionary

Performs an AutoFind on a foreign table column

Type: Procedure

Parameters

Parameter Type Description
iFile Integer Number of the table in the current filelist
iField Integer Number of column iField in the table
iFindMode 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 File_Field_AutoFind Integer iFile Integer iField Integer iFindMode

Call Example

Send File_Field_AutoFind iFile iField iFindMode

Description

File_Field_AutoFind performs an AutoFind on a foreign table column.

Sample

Send File_Field_AutoFind of hDD iFile iField iFindMode
Send File_Field_AutoFind of hDD File_Field Customer.Id iFindMode