Parameter | Description |
---|---|
iFile | Number of tabile in current filelist |
iRecnum | Record number of record to find |
Procedure Read_By_Recnum Integer iFile Integer iRecnum
Call: | Send Read_By_Recnum iFile iRecnum |
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 cannot be used with this method. See pbUseDDSQLFilters for a list of methods that can use DD SQL filters.