ManagedForm.OnCreateAtServer
Syntax:
Parameters:
<Cancel>
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>
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: