Navigation:  Classes > bRecordGroup >

bRecordGroup:Use()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Define the data server for which the record groups are created.

Class

bRecordGroup

Type

Method

Syntax

<oRecordGroup>:Use(

<oServer>,

[<lServerAutoClose>]

) Æ lSuccess

Arguments

<oServer>The data server for which the record groups are created.
Data Type:DataServer

 

<lServerAutoClose>A logical value that indicates whether the data server should be closed automatically if the record group object is destroyed.
Data Type:Logic

Return Value

lSuccessA logical value that indicates whether the data server could be defined.
TRUEThe data server was defined.
FALSEThe data server could not be defined.
Data Type:Logic

Description

bRecordGroup:Use() define a data server. The list of the record group items (see bRecordGroup:ItemList) is cleared.

 

Remarks

To remove a defined data server again, the value NULL_OBJECT must be passed for the argument <oServer>.

See Also

bRecordGroup:ItemList

bRecordGroup:Server

 


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