The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 Forum for Origin C
 Insert / Append with OPJ project

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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

Mike Buess
Origin WebRing Member

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000