Search found 6 matches
- Thu Jul 26, 2012 7:19 pm
- Forum: Programming
- Topic: Multiple instances in COM Automation
- Replies: 1
- Views: 2456
Multiple instances in COM Automation
Is it possible to call multiple instances of EViews simultaneously from different classes in a C# project? I am trying to call a wf on a button click and run some forecasts, and I am attempting to do this simultaneously across multiple forms. I know I can use GetApplication with New/Existing/NewOrEx...
- Mon Jul 09, 2012 2:49 pm
- Forum: Bug Reports
- Topic: different results on different computers
- Replies: 4
- Views: 5167
Re: different results on different computers
Ok so it's the value of the C vector. I'll give it a shot. Thanks Gareth!
- Mon Jul 09, 2012 2:24 pm
- Forum: Bug Reports
- Topic: different results on different computers
- Replies: 4
- Views: 5167
Re: different results on different computers
When you say "same starting values" are you refering to using the same first value of the sample being used?
- Wed Jun 27, 2012 5:14 am
- Forum: Programming
- Topic: COM Automation for ARMA
- Replies: 5
- Views: 4079
Re: COM Automation for ARMA
I thought we could specify the format for the file to be saved. So since it cannot be done, my question is, what's the best way to copy/move certain series(or even just the most latest value) from the workfile and save it in a csv?? I need to do this programatically in COM Automation. Basically I wa...
- Tue Jun 26, 2012 9:57 pm
- Forum: Programming
- Topic: COM Automation for ARMA
- Replies: 5
- Views: 4079
Re: COM Automation for ARMA
Thanks for the response. So I tried using wfsave to create a csv. My best guess was this:
app.Run("wfsave (t=csv) C:\\Users\\Public\\ES1.csv @all @keep FORCST")
But clearly the problem here is how do I specify the workfile from which CSV will pull FORCST series data?
app.Run("wfsave (t=csv) C:\\Users\\Public\\ES1.csv @all @keep FORCST")
But clearly the problem here is how do I specify the workfile from which CSV will pull FORCST series data?
- Tue Jun 26, 2012 10:00 am
- Forum: Programming
- Topic: COM Automation for ARMA
- Replies: 5
- Views: 4079
COM Automation for ARMA
I am using COM Automation to run EViews from C#. I got the point of being able to start and run EViews from C# and calculate ARMA forecasts and save in a CSV file. The problem occurs when I try to read the CSV file. At times (not always) the CSV would store an NA for the forecast even though the val...
