Hi all! Can you help me ? I have got a ploblem about type 'ValueStorage', I save ok but when i reopen thisobiect ít's message error : Stream format error
This code :
Code
Function GetTemplateStructure()
StructureTemplate = Undefined;
If ValueIsFilled(ThisObject.Ref) Then
StructureTemplate = ThisObject.Pattern.Get(); // error
EndIf;
Return StructureTemplate;
EndFunction
Hi ivan avdonin! I tried it, it's error when i put data type 'SpreadsheetDocumentField', this type 'SpreadsheetDocumentField' use in 'Managed application' --> ok but use 'Ordinary application' --> error.
Hello, P& A, you should use ValueStorage to keep data only, this feature does not allow to keep live objects, so please put value of the SpreadsheetDocumentField to the value storage or an MXL file with SpreadsheetDocument.