Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.33 KB

FormDataToValue.md

File metadata and controls

20 lines (17 loc) · 1.33 KB

FormDataToValue method call (FormDataToValue)

Description

In most cases, you should use the FormAttributeToValue method, instead of the FormDataToValue.

The recommendation is due to considerations of unification of the application code and the fact that the syntax of the FormAttributeToValue is simpler than FormDataToValue.

Examples

Procedure Test()
    Form=Doc.GetForm("DocumentForm");
    FD = Form.FormDataToValue(Object, Type("ValueTable"));
EndProcedure

Sources

Source: Using of FormAttributeToValue and FormDataToValue methods (RU)