Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
Dominik Paulkowski
Posted - 06/19/2007 : 04:22:12 AM Origin Version (Select Help-->About Origin): 7.5G SR6 Operating System: Windows XP Prof
Hi, there!
I want to summarize several OPJ projects in a single one. How can I import/append/insert a OPJ project in a new one? Manually there exist an item in the menu "file". How can I use it in Origin C?
Ciao, Dominik
------------------- :-Dipl.-Phys. Dominik Paulkowski Fraunhofer Institute for Surface Engineering and Thin Films (IST) Braunschweig Germany
1 L A T E S T R E P L I E S (Newest First)
Mike Buess
Posted - 06/19/2007 : 09:29:32 AM Hi Dominik,
There is no Origin C method for appending a project but you can use LabTalk's doc -a command...
string strFile = "project path\\name"; LT_execute("doc -a " + strFile);