OLE-SAVE-TO-FILE

This document covers the following topics:


Description

Saves the currently embedded object to a file with the default extension ".neo" (meaning "Natural Embedded Object").

Parameters

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).

Example:

PROCESS GUI ACTION OLE-SAVE-TO-FILE WITH #MYCONTAINER 'MYOBJECT.NEO' 
GIVING #RESPONSE