Skip to content

Attach_Server - BaseData_Set

Use DDO_Server instead

Type: Procedure

Parameters

Parameter Type Description
hoServer Handle Object id of the DDO to attach to

Syntax

Procedure Attach_Server Handle hoServer

Call Example

Send Attach_Server hoServer

Description

Obsolete

Use DDO_Server instead.

Establishes a connection between this object and the specified DataDictionary object (DDO), with this object as the client of that DDO.

The DDO attached via Attach_Server becomes a Server of this object. Note that the connection is two-way. Intended to be sent to attach new DDOs as servers of an existing DDO.

Sample

Object DD1 is a Parent_DataDictionary
End_Object  // DD1

Object DD2 is a Child_DataDictionary
End_Object  // DD2

Send Attach_Server of DD2 DD1