Skip to content

Add_User_Interface - BaseData_Set

Adds the passed in hoDEO to the list of data entry objects (DEOs) for this object

Type: Procedure

Parameters

Parameter Type Description
hoDEO Handle Object id of the object whose list to add to

Syntax

Procedure Add_User_Interface Handle hoDEO

Call Example

Send Add_User_Interface hoDEO

Description

Adds specified hoDEO to the set of DEOs attached to this object. Sent by data entry objects (DEOs) upon activation, to attach to their server DataDictionary object (DDO). If the Auto_Fill_State of the specified hoDEO is True, and it is the first auto-fill DEO to be attached to this object, this object changes its Auto_Fill_State to True after storing the original value of the state, so that if the DEO is later detached by use of Remove_User_Interface, the Auto_Fill_State of this object can be restored.