Navigation:  Classes > bRecordGroupItemList >

bRecordGroupItemList:UpdateGroupValues()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Updates the group values of the record group items.

Class

bRecordGroupItemList

Type

Method

Syntax

<oRecordGroupItemList>:UpdateGroupValues(

<oServer>,

<iOptions>

) Æ lSuccess

Arguments

<oServer>The data server for that the record group items were generated (see bRecordGroup:Server).

Data Type:        DataServer

 

<iOptions>Options that are to be used when updating the record group item. The following options are supported:

 

Option

Description

BRGILUGVO_NONE

Only the record group items in the list are updated. If a record group item has sub record group items (see bRecordGroupItem:ItemList) then these are not updated.

BRGILUGVO_SUBITEMS

There will be updated both the record group items in the list and there sub record group items (see bRecordGroupItem:ItemList).

BRGILUGVO_SAVESERVER

The record pointer of the passed data server will be saved before updating and restored again after the update. This will ensure that after the call of the method the record pointer is on the same position as before. If this option is not specified then this is not guaranteed.

 

Data Type:        DWord

Return Value

lExistA logical value that indicates whether the group values could be updated.
TRUEThe group values were updated.
FALSEThe group values could not be updated.
Data Type:Logic

Description

bRecordGroupItemList:UpdateGroupValues() updates the group values of the record group items. This is necessary, for example, if a field value has been changed in a record of the associated data server for that record group item.

See Also

bRecordGroup:Server

bRecordGroupItem:ItemList

 


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