Read_By_Recnum - BaseData_Set

Finds record in specified tabile with record number equal to the passed in record number

Type: Procedure

Parameters: Integer iFile Integer iRecnum

ParameterDescription
iFileNumber of tabile in current filelist
iRecnumRecord number of record to find


Syntax
Procedure Read_By_Recnum Integer iFile Integer iRecnum

Call: Send Read_By_Recnum iFile iRecnum


Description


Obsolete

This method is obsolete as it can only be used with tables that support recnum. The ReadByRowId method should be used in its place.



The Read_By_Recnum procedure finds record in specified table with record number equal to the passed in record number. If it is found, relates. This sets the Found indicator. It does not affect the Current_Record of this object, nor does it notify any connected DataDictionary objects (DDOs) of the change. This is sent by lists and grids to re-find a record for a particular row. Also sent by data entry objects (DEOs) with Deferred_State set to True.

Data Dictionary SQL Filters

Data Dictionary SQL Filters cannot be used with this method. See pbUseDDSQLFilters for a list of methods that can use DD SQL filters.