Purpose
Determines for a record number the associated record group item.
Class
Type
Method
Syntax
<oRecordGroupItemList>:ItemFromRecNo(
<uRecNo>,
<iOptions>
) Æ oRecordGroupItem
Arguments
| <uRecNo> | The record number for that the record group item is to be determined. | 
| Data Type: | Usual | 
| <iOptions> | The options to be used when searching. The following options are supported: | 
| Option | Description | 
| BRGILIFRO_NONE | Only the record group items in the list are considered. If a record group item has sub record group items (see bRecordGroupItem:ItemList) then these are not considered. | 
| BRGILIFRO_SUBSEARCH | There will be considered both the record group items in the list and there sub record group items (see bRecordGroupItem:ItemList). | 
Data Type: DWord
Return Value
| oRecordGroupItem | The record group item for the record number. If no record group item was found then a NULL_OBJECT is returned. | 
| Data Type: | bRecordGroupItem | 
Description
bRecordGroupItemList:ItemFromRecNo() determines the associated record group item for a record number.
See Also
Page url: http://www.YOURSERVER.com/index.html?brecordgroupitemlist_itemfromrecno.htm