Purpose
Define the data server for which the record groups are created.
Class
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
| lSuccess | A logical value that indicates whether the data server could be defined. |
| TRUE | The data server was defined. |
| FALSE | The 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
Page url: http://www.YOURSERVER.com/index.html?brecordgroup_use.htm