Search found 630 matches
- Thu Mar 11, 2010 12:38 pm
- Forum: Installation and Registration
- Topic: Eviews 7 Excel Add-in
- Replies: 15
- Views: 13117
Re: Eviews 7 Excel Add-in
Actually, we were already aware that our OLEDB driver does not work with Office 2010 Beta. We've made some attempts at rectifying this but it seems Microsoft's own OLEDB driver examples fail to work with Office 2010 beta so we've decided to hold off until they release a Release Candidate version. No...
- Thu Mar 11, 2010 11:59 am
- Forum: Bug Reports
- Topic: Excel link
- Replies: 7
- Views: 4483
Re: Excel link
Did REGCOMPONENTS help?
- Thu Mar 11, 2010 8:50 am
- Forum: Bug Reports
- Topic: Excel link
- Replies: 7
- Views: 4483
Re: Excel link
By the way, did you ever have EViews 7 Beta installed?
- Thu Mar 11, 2010 8:47 am
- Forum: Bug Reports
- Topic: Excel link
- Replies: 7
- Views: 4483
Re: Excel link
Hello: I just tested our Add In using your workfile and it seems to work fine for me. I would suggest doing the following: Run EViews7 and type in: REGCOMPONENTS in the command window. This will bring up a popup that will give you the opportunity to re-register all COM and AddIn components associate...
- Mon Mar 01, 2010 11:06 am
- Forum: License Manager
- Topic: "Refreshing" EViews server licenses in License Manager...
- Replies: 9
- Views: 53164
Re: "Refreshing" EViews 7 licenses...
No, this only applies to those users using the EViews License Manager. Hence posting this only to the "License Manager" forum
...
Steve

Steve
- Mon Mar 01, 2010 10:58 am
- Forum: License Manager
- Topic: "Refreshing" EViews server licenses in License Manager...
- Replies: 9
- Views: 53164
"Refreshing" EViews server licenses in License Manager...
Many of our users have been reporting confusion over the new requirement for EViews server licenses to "Refresh" themselves every 30 days. I'll try to clear up the issue and answer as many different questions here: What is this “Refresh By” date? The new EViews server licenses (beginning w...
- Thu Feb 11, 2010 10:57 am
- Forum: Data Manipulation
- Topic: Extracting Equation from Eviews to Excel
- Replies: 15
- Views: 10613
Re: Extracting Equation from Eviews to Excel
The EViews Excel Add In was meant to be a helpful utility in allowing users to access EViews data directly thru the new OLEDB driver. It is limited to those objects that can be read by the OLEDB driver. Unfortunately, at this time, the OLEDB driver does not support reading group or equation objects....
- Wed Feb 10, 2010 8:48 am
- Forum: License Manager
- Topic: Availability of Eviews 7 license manager CD rom
- Replies: 7
- Views: 19129
Re: Availability of Eviews 7 license manager CD rom
Yes, the EViews 7 License Manager can host EViews 6 licenses.
Steve
Steve
- Fri Feb 05, 2010 9:15 am
- Forum: Bug Reports
- Topic: blewey!!!!
- Replies: 3
- Views: 2626
Re: blewey!!!!
Actually, the command should be this: xopen(type="m", case="lower") The case="lowercase" that you had in your code line triggered the crash in EViews when it tried to report the invalid case option string. This will be fixed in the next update. However, for now, you mig...
- Thu Jan 21, 2010 4:43 pm
- Forum: Any Other Business
- Topic: icon
- Replies: 2
- Views: 11546
Re: icon
Ask and you shall receive...
I added a new favicon.ico to our website. You should see the new icon in IE (and other browsers that support it)...
Steve
I added a new favicon.ico to our website. You should see the new icon in IE (and other browsers that support it)...
Steve
- Wed Jan 20, 2010 5:06 pm
- Forum: Bug Reports
- Topic: EViews 7 memory death
- Replies: 10
- Views: 6530
Re: EViews 7 memory death
FYI -- A new patch for EViews 7 has been released today that includes this help system fix.
- Fri Jan 15, 2010 9:37 am
- Forum: Bug Reports
- Topic: EViews 7 flames out on Matlab
- Replies: 1
- Views: 2215
Re: EViews 7 flames out on Matlab
Good catch. This has been fixed in the build dated Jan 14, 2010 (latest patch).
- Fri Jan 15, 2010 9:34 am
- Forum: Bug Reports
- Topic: EViews 7 memory death
- Replies: 10
- Views: 6530
Re: EViews 7 memory death
Ok, we figured out what was causing the problem. Our help system for EViews 7 went back to using CHM files which are Compiled HTML files displayed by Windows itself using an embedded Internet Explorer browser control. Normally, this help window runs in the same process as EViews itself so it has to ...
- Fri Jan 15, 2010 9:23 am
- Forum: Suggestions and Requests
- Topic: DSGE modelling
- Replies: 8
- Views: 10477
Re: DSGE modelling
I've confirmed that this is a MATLAB limitation with their COM interface. They do not allow you to pull in struct members directly. At the MATLAB support site, they suggested doing the same as I suggested yesterday, namely copy the struct member into a temporary variable first, then get the temporar...
- Thu Jan 14, 2010 8:49 am
- Forum: Suggestions and Requests
- Topic: DSGE modelling
- Replies: 8
- Views: 10477
Re: DSGE modelling
You can probably work around the XGET problem with your structure vector by copying it to a separate standalone vector variable first (e.g. x = oo_.steady_state), and then retrieving that stand alone vector separately. I'm not familiar with MATLAB, but if you can provide a short sequence of MATLAB c...