Navigation:  Classes > bRecordGroup >

bRecordGroup:UpdateGroupHeaderCount()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determine the number of record groups with virtual group headers.

Class

bRecordGroup

Type

Method

Syntax

<oRecordGroup>:UpdateGroupHeaderCount() Æ lSuccess

Return Value

lSuccessA logical value that indicates whether the number of virtual group headers could be determined.
TRUEThe number was determined.
FALSEThe number could not be determined.
Data Type:Logic

Description

bRecordGroup:UpdateGroupHeaderCount() walks through the list of the record group items (see bRecordGroup:ItemList) and counts all items with a virtual group header. If a record group item contains sub record group items (see bRecordGroupItem:ItemList), then these are also walked through and the virtual group header counted. The number can be determined with access bRecordGroup:GroupHeaderCount.

See Also

bRecordGroup:GroupHeaderCount

bRecordGroup:ItemList

bRecordGroupItem:ItemList

bRecordGroupItemList:GetGroupHeaderCount()

bRecordGroupLevel:GroupHeader

 


Page url: http://www.YOURSERVER.com/index.html?brecordgroup_updategroupheadercount.htm