Search found 799 matches

by EViews Steve
Thu Sep 08, 2016 7:43 am
Forum: Bug Reports
Topic: EViews 9 copy bug? - (c=c) i.e. cubic spline interpolation
Replies: 11
Views: 9468

Re: EViews 9 copy bug? - (c=c) i.e. cubic spline interpolation

Oh, one other note. If you see that our documentation is missing something, with EViews 9 you can simply refer to the captured command after going thru the associated dialog. In this example, if you performed a manual copy operation and chose Cubic Match First for the up conversion, you'd see the c=...
by EViews Steve
Thu Sep 08, 2016 7:29 am
Forum: Bug Reports
Topic: EViews 9 copy bug? - (c=c) i.e. cubic spline interpolation
Replies: 11
Views: 9468

Re: EViews 9 copy bug? - (c=c) i.e. cubic spline interpolation

Not sure how we missed this in our documentation, but here's the info you asked for:

For cubic spline match first, use the following:

Code: Select all

c=cubicf


For cubic spline match last, you can use either

Code: Select all

c=cubicl

or

Code: Select all

c=c


I'll notify our documentation team about the missing info.
by EViews Steve
Wed Sep 07, 2016 7:21 am
Forum: Programming
Topic: COM Automation exception handling
Replies: 1
Views: 1776

Re: COM Automation exception handling

Usually an exception is thrown by EViews Automation. The exception has to be caught and if you check the message portion of the exception it will contain the same error message. Most COM client environments support this exception handling. If you'd like more specific help, let me know what your COM ...
by EViews Steve
Tue Sep 06, 2016 9:10 am
Forum: Installation and Registration
Topic: Silent Installation and Silent Registration
Replies: 17
Views: 93929

Re: Silent Installation and Silent Registration

Ah, that is a bug with our EViews9.com proxy. This will be fixed in the next patch.
by EViews Steve
Fri Sep 02, 2016 1:38 pm
Forum: Installation and Registration
Topic: Silent Installation and Silent Registration
Replies: 17
Views: 93929

Re: Silent Installation and Silent Registration

uacasper: Support for the "/registerlicense" parameter was first introduced in EViews 8, around October, 2012. It wasn't available right when EViews 8 was first released. Are you using EViews 8? If you are, please make sure you're using a version of our installer that was created after Jan...
by EViews Steve
Tue Aug 09, 2016 2:08 pm
Forum: Data Manipulation
Topic: Importing Rdata files
Replies: 4
Views: 4125

Re: Importing Rdata files

By the way, I tried to get statconnDCOM working with the latest version of 32-bit R 3.3.1 and it doesn't seem to work. It's possible the free version of statconnDCOM has not been updated to work the 3.3.x. If you're having trouble with the same R version, try v3.2.3 instead. I confirmed that is work...
by EViews Steve
Fri Aug 05, 2016 11:28 am
Forum: Data Manipulation
Topic: Importing Rdata files
Replies: 4
Views: 4125

Re: Importing Rdata files

Here's a link to our whitepaper on Using R with EViews.
by EViews Steve
Wed Jul 20, 2016 7:46 am
Forum: Data Manipulation
Topic: Data input: READ, IMPORT
Replies: 7
Views: 6183

Re: Data input: READ, IMPORT

As an aside, maybe we should start warning our users when they use deprecated commands in their programs. Not sure where we would show that though -- maybe the program log window (if there is one).
by EViews Steve
Tue Jul 19, 2016 8:24 am
Forum: Data Manipulation
Topic: Data input: READ, IMPORT
Replies: 7
Views: 6183

Re: Data input: READ, IMPORT

If you manually drag the spreadsheet onto EViews, and use our Import wizard to perform the import, it will generate an IMPORT command in the capture window for you to use in your programs with all the proper settings.
by EViews Steve
Fri Jul 15, 2016 12:38 pm
Forum: Data Manipulation
Topic: Excel Add-in "Get Data" Function
Replies: 1
Views: 3066

Re: Excel Add-in "Get Data" Function

It's not controlled by our addin. Our addin is actually just a wrapper to our OLEDB provider which provides data to Excel. The actual import and placement of the data is controlled by Excel so you should look in their support documents to see if there's any way to import OLEDB data as transposed. St...
by EViews Steve
Wed Jun 29, 2016 8:41 am
Forum: Programming
Topic: Timeout on http request via wfopen
Replies: 2
Views: 2611

Re: Timeout on http request via wfopen

Currently there is no way to increase the timeout for WFOPEN URL calls. It's something we should definitely add in the future. My only suggestion would be to open the page fully in your browser, then save it as a static HTML file on your desktop. Then use a file reference to the html file in your WF...
by EViews Steve
Sat May 28, 2016 7:47 am
Forum: Programming
Topic: shell/spawn command?
Replies: 4
Views: 3741

Re: shell/spawn command?

I'm not sure if spawn works that way. For example if you spawn a txt file does notepad open? Instead, try spawning the python exe and pass the py file as a parameter. If you continue to have access is denied issues, try launching EViews with admin rights then try the command again. Also have you see...
by EViews Steve
Thu May 19, 2016 7:46 am
Forum: Installation and Registration
Topic: Unable to install add-ins
Replies: 17
Views: 44454

Re: Unable to install add-ins

Simply run EViews, then go to the Add-ins menu and select "Download Add-ins". menu.jpg Then select an add-in you wish to use and click the Install button. add-ins-download.png If you'd like to see more information about each add-in, visit our forum site here: http://www.eviews.com/Addins/a...
by EViews Steve
Thu May 12, 2016 12:05 pm
Forum: Programming
Topic: how to import a serie from excel into an existing wrokfile
Replies: 4
Views: 3882

Re: how to import a serie from excel into an existing wrokfi

This was a bit tricky to fix as EViews wants to use single quotes for long sheet names in a lot of different places and single quotes are almost ALWAYS considered a comment in an EViews program. Gareth's solution of just using double quotes around the whole range value works, but also looks a bit un...
by EViews Steve
Wed May 11, 2016 11:53 am
Forum: Data Manipulation
Topic: Unfortunate glitch using wfopen to read Excel files
Replies: 8
Views: 5758

Re: Unfortunate glitch using wfopen to read Excel files

Patch was released today.

Go to advanced search