- 1C:DN
- Knowledge base
- Practical developer guide 8.3
- Lesson 26 (2:00). Picking list items, avoiding modal windows, and generating data based on other data
- Picking list items
- Picking multiple items with multiple selection
- In Designer mode
In Designer mode
The last example combines both methods that you learned. It includes selecting multiple items and picking them without closing the selection form, then selecting some more and picking them, and so on.
This requires passing both form parameters to a form being opened: CloseOnChoice and MiltipleChoice.
- Update the Pick button click handler as shown in listing 26.6.
Listing 26.6. Pick button click handler&AtClient Procedure Pick(Command) FormParameters = New Structure ("CloseOnChoice, MultipleChoice", False, True); OpenForm("Catalog.MaterialsAndServices.ChoiceForm", FormParameters, Items.Materials); EndProcedure
1CN
© 1C LLC. All rights reserved
1C Company respects the privacy of our customers and visitors to our website.
Disclaimers and Limitation of Liability | Terms and Conditions | Site Map
1C Company respects the privacy of our customers and visitors to our website.
Disclaimers and Limitation of Liability | Terms and Conditions | Site Map