E
E
ElizabethP2020-12-15 11:56:39
1C
ElizabethP, 2020-12-15 11:56:39

How to set the value of an attribute of a regular form and forbid it to be changed?

I need to change the boolean type prop, set it to true and prevent it from being changed by the user. How to implement it correctly? What functions exist for this? Thank you all in advance. Do not scold for simple questions.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Melnikov, 2020-12-15
@Mi11er

Et change

Объект = ВашаСсылка.ПолучитьОбъект();
Объект.ВашРеквизит = Истина/Ложь;
Объект.Записать(РежимЗаписи,РежимПроведения);

And to forbid changing ... well, here fantasy is needed
.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question