| **Navigation:**  [[introduction.htm|Language Reference]] > 9 -  Window and Report Attributes > Window and Report Attributes >====== OPEN (open OLE control object from file) ====== | [[nosheet set floating tabs .htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[page set page total reset .htm|{{btn_next_n.gif|Next page}}]] | | || {{newc7.jpg|NewC7.jpg}} **OPEN( **//object//** )** {{blk2blue.jpg|blk2blue.jpg}} | **OPEN** | Specifies opening a saved object for the OLE control from an OLE Compound Storage file. | | //object// | A string constant containing the name of the OLE Compound Storage file and the object within it to open. | The **OPEN** attribute (PROP:OPEN, write-only) specifies opening a saved //object// for the OLE control from an OLE Compound Storage file. When the object is opened, the saved version of the container properties are reloaded, so properties do not need to be specified on an object opened. The //object// parameter syntax must take the form: //Filename\!ObjectName//. **Example:** **WinOne WINDOW,AT(0,0,200,200)** **        OLE,AT(10,10,160,100),USE(?OLEObject),OPEN('SavFile.OLE\!MyObject')** **         MENUBAR** **          MENU('&Clarion App')** **           ITEM('&Deactivate Object'),USE(?DeactOLE)** **          END** **         END** **        END** **       END**