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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 Template with data in it
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Tozie

Posts

Posted - 11/17/2005 :  11:35:39 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Version (Select Help-->About Origin): 7.0303
Operating System: XP

Hello,

is it possible to save a wks-template with data in one column,
so whenever I open a new file with this template I have the
data in this column?
If not, is there a way to access data from one wks in
another wks via the "set column values" function?
When I import data with a template, how can I get origin
to calculat the values according to the formular I saved
in the template?

And another small question, if I do multiple ASCII import,
is there a way to set the standard to "Import into new wks"
instead of "import into new column"? I don´t want to change
it each and every time.

Cheers
Tobias

Mike Buess

USA
3037 Posts

Posted - 11/17/2005 :  1:51:42 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
1> You can't save data with a template. Select Tools > Worksheet Script, enter the formula as proper LabTalk commands, check the Run Script Automatically after Import option and click the Update button. Then select File > Save Template As.

2> Press the Control and Shift keys while you select File > Import > Multiple ASCII. That will open the script file FILE.ogs in CodeBuilder and place the cursor at the [MultiImportWKS] section. The first line of that section is run.section(,Init);. Insert FDLOG.MultiOpen.ComboSel=1; as the second line. First few lines should look like this...

[MultiImportWKS]
run.section(,Init);
FDLOG.MultiOpen.ComboSel=1;
if(FDLOG.multiopen.sort==0)
{


Mike Buess
Origin WebRing Member
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000