FormTable.NewWriteProcessing
Syntax:
Parameters:
<NewObject>
Added object.
If the event is called from a choice form, this parameter allows you to return a new object. In the choice mode, if the new object form is closed, the system proposes you to choose a redefined object immediately. If you decline this choice, the system navigates to this object, if possible.
The type of the returned parameter value should correspond to the table row keys' type.
<Source>
Event source form.
<StandardProcessing>
This parameter passes a flag indicating whether standard (system) processing of the event is performed. If it is set to False in the body of the handler procedure, standard processing will not occur.
The standard processing means that the main table of the list form (if the form is a list form of the same type as the object being written) is positioned on the written item.
Default value: True.
Description: