ManagedForm.OnCreateAtServer

Syntax:

OnCreateAtServer(<Cancel>, <StandardProcessing>)

Parameters:

<Cancel>

Type: Boolean.
Indicates that form creating is cancelled. If you set this parameter to True in the body of the handler procedure, the form is not created.
Default value: False.

<StandardProcessing>

Type: Boolean.
This parameter passes a flag indicating whether standard (system) processing of the event is performed. If in the body of handler procedure a value of this parameter is set to False, standard generation of task list will not be executed.
Default value: True.

Description:

Occurs on the server when creating a form.

    

1C:Enterprise Developer's Community