Search
Search results: 1
Author: Aleksandr Biryukov. Hello Selim, in your case, it is better to do it this way: DocumentObject = DocumentRef.GetObject(); DocumentObject.XXX = XX; DocumentObject.Write(); Since you already have Ref to the document, you don't need to search for it. Just get the object from the Ref and then work with the Object.
First | Prev. | 1 | Next | Last