TextBox.ChoiceProcessing

Syntax:

ChoiceProcessing(<ValueSelected>, <StandardProcessing>)

Parameters:

<ValueSelected>

Type: Arbitrary.
Chosen value which will be set as text box contents.

<StandardProcessing>

Type: Boolean.
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. Actually it means that the choice will not be executed.
Default value: True.

Description:

Occurs after the choice is executed at the following: when processing selection from choice list or any modal choice dialog (such as calendar or calculator), or when processing non-modal choice (such as from catalog list).

    

1C:Enterprise Developer's Community