This document covers the following topics:
Saves the currently embedded object to a file with the default extension ".neo" (meaning "Natural Embedded Object").
Name/Data Type | Explanation |
---|---|
HANDLE OF GUI | Input
Specifies an OLE Container Control. |
File name (A253) | Input
Specifies the name of an embedded object (in Natural, this is a ".neo" file). |
Response (I4) | Output
Natural error (if applicable). |
PROCESS GUI ACTION OLE-SAVE-TO-FILE WITH #MYCONTAINER 'MYOBJECT.NEO' GIVING #RESPONSE