Search found 799 matches

by EViews Steve
Mon Apr 13, 2015 11:48 am
Forum: Bug Reports
Topic: COM Automation Client Support bugs
Replies: 4
Views: 4970

Re: COM Automation Client Support bugs

I just did some testing with the latest version of statconnDCOM and wrote some new instructions on how to get it setup correctly. If you have time, take a quick look and see if it matches your own installation experience.

viewtopic.php?f=7&t=12021

Steve
by EViews Steve
Mon Apr 13, 2015 11:19 am
Forum: General Information and Tips and Tricks
Topic: R and statconnDCOM setup notes for use with EViews
Replies: 3
Views: 13191

R and statconnDCOM setup notes for use with EViews

The software setup required for EViews to talk to R successfully has undergone a few changes since we released our original documentation way back when for EViews 7, so I thought I would try and update this documentation with new tips. A version of the following should appear in the new EViews 9 doc...
by EViews Steve
Mon Apr 13, 2015 8:51 am
Forum: Bug Reports
Topic: COM Automation Client Support bugs
Replies: 4
Views: 4970

Re: COM Automation Client Support bugs

Hi Charlie: Thanks for your encouragement and your suggestions! Yes, we need to update our instructions on how to get R COM Automation up and working, but honestly this changes so often it's hard to keep up-to-date on this. I'll see about writing some new instructions into the next patch or so. I'm ...
by EViews Steve
Tue Feb 24, 2015 9:55 am
Forum: General Information and Tips and Tricks
Topic: Open PRG without running
Replies: 4
Views: 6224

Re: Open PRG without running

Ok, the feature I discussed above has been added to EViews 9 beta in today's patch. viewtopic.php?f=29&t=11641

If we have more time, I'll look into the right-click context menu option...

Steve
by EViews Steve
Fri Feb 20, 2015 8:50 am
Forum: General Information and Tips and Tricks
Topic: Open PRG without running
Replies: 4
Views: 6224

Re: Open PRG without running

We might be able to do something about this in the upcoming release of EViews 9. Not making any promises, but conceptually, we're thinking of creating a new global option checkbox (under Windows Behavior) that says "Run programs automatically". This would be checked by default (as per our ...
by EViews Steve
Tue Feb 17, 2015 8:36 am
Forum: Programming
Topic: Opening an Excel file from Excel VBA (with wfopen)
Replies: 1
Views: 2432

Re: Opening an Excel file from Excel VBA (with wfopen)

Altaus:

You need to double-up the quotes inside the string. This includes the quotes around the range argument:

Code: Select all

range=""EViews-Data""


Steve
by EViews Steve
Tue Feb 17, 2015 8:28 am
Forum: Bug Reports
Topic: Eviews 8.1 Crashing on Help
Replies: 4
Views: 3790

Re: Eviews 8.1 Crashing on Help

Are you running on Windows 8?
by EViews Steve
Tue Feb 03, 2015 8:37 am
Forum: Programming
Topic: Fetch (write) data from (to) MySql workbench
Replies: 6
Views: 6800

Re: Fetch (write) data from (to) MySql workbench

No problem.

Yeah I should've mentioned that. 64-bit EViews will require 64-bit ODBC, while 32-bit EViews will require 32-bit ODBC. For some reason, even though the ODBC drivers are technically COM objects, you can't use them cross-bit.
by EViews Steve
Mon Feb 02, 2015 10:24 am
Forum: Programming
Topic: Fetch (write) data from (to) MySql workbench
Replies: 6
Views: 6800

Re: Fetch (write) data from (to) MySql workbench

If you save the DSN as a File DSN, you can edit the DSN file (just a simple text file) to store the username and password. This way it's not so easily visible in any command you publish. Here's how to do that: http://forums.eviews.com/viewtopic.php?f=3&t=2300&p=7745 You could also put it int...
by EViews Steve
Mon Feb 02, 2015 8:57 am
Forum: Programming
Topic: Fetch (write) data from (to) MySql workbench
Replies: 6
Views: 6800

Re: Fetch (write) data from (to) MySql workbench

EViews can read from and write to MySQL using their ODBC driver. You'll have to install the MySQL ODBC driver: http://dev.mysql.com/downloads/connector/odbc/ Then create an ODBC DSN on your machine: http://forums.eviews.com/viewtopic.php?f=3&t=29&p=132&hilit=mysql#p132 Then to read in da...
by EViews Steve
Mon Jan 26, 2015 9:25 am
Forum: Programming
Topic: Excel and EViews 8 with VBA code
Replies: 27
Views: 17796

Re: Excel and EViews 8 with VBA code

GetSeries returns a 1-dimensional array. I believe Excel Range objects expect a 2-dimensional array. I would suggest you read our COM Automation documentation located here: http://www.eviews.com/download/whitepapers/EViews_COM_Automation.pdf And pay particular attention to the GetGroup method that r...
by EViews Steve
Thu Jan 15, 2015 9:16 am
Forum: Add-in Support
Topic: EViews 8 add-ins for Microsoft Office digitally signed ?
Replies: 1
Views: 4380

Re: EViews 8 add-ins for Microsoft Office digitally signed ?

We currently have no plans to sign the add-in with a Trusted Publisher's certificate. The add-in is simply a nicer front-end to using our OLEDB provider. All the code for the add-in (at least the original version) can be found by opening the "EViews Add In.xla" located in your EViews folde...
by EViews Steve
Tue Dec 09, 2014 10:08 am
Forum: Programming
Topic: copying linked series between workfiles
Replies: 4
Views: 3672

Re: copying linked series between workfiles

What version of EViews are you using?
by EViews Steve
Wed Nov 05, 2014 10:41 am
Forum: Programming
Topic: Issue When Calling Matlab or R from EViews for Long Program
Replies: 3
Views: 4831

Re: Issue When Calling Matlab or R from EViews for Long Prog

For others looking to use this command, you can now use it in EViews like this:

COMTIMEOUT(seconds to wait)

Set seconds to zero (0) if you never want it to timeout.

Steve

Go to advanced search