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
 Origin Forum
 LabTalk compatability from 7.5 to 8

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
TheNuge Posted - 06/10/2009 : 4:54:41 PM
Origin 8 SR5, v8.0987 (B987)
Windows XP Professional SP3

This is the beginning of over 400 lines of script, which works perfectly Origin 7.5. I need to open an Excel workbook as an Origin worksheet. In Origin 8, this code just opens it as an Excel, ignoring the commented lines.

How can i achieve this in Origin 8?

FDLOG.UseGroup(Excel);
nofile=FDLOG.Open(A);
if (nofile) return;
%B=FDLOG.path$;
system.Excel.OpenAsExcel=0; // doesn't work in v8
system.Excel.OpenAsPrompt=1; // doesn't work in v8
doc -append %B%A;

Thank you!
1   L A T E S T    R E P L I E S    (Newest First)
TheNuge Posted - 06/11/2009 : 08:09:06 AM
Nevermind, I found out the new simplified method here:

http://wiki.originlab.com/~originla/wiki/index.php?title=ReleaseNotes:Features_that_were_changed

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