Form.NotifyActivateObject

Syntax:

NotifyActivateObject(<ActiveObject>)

Parameters:

<ActiveObject> (required)

Type: Object reference, or CurrentRow.
Activated object.

Description:

Sends alerts to forms subordinate to the given form that the active object has been modified and transmits reference to the object. Given action is similar to the standard alert of the subordinate directory when modifying the current element in the owner directory list.

Availability:

Thick client.

Note:

Can be used when the subordinate form has been opened using language.

Example:

NotifyActivateObject(CurrentRow);

See also:

Form, event ObjectActivationProcessing

    

1C:Enterprise Developer's Community