Search found 798 matches

by EViews Steve
Fri Feb 24, 2023 8:56 am
Forum: Programming
Topic: Jupyter
Replies: 8
Views: 4250

Re: Jupyter

Ok, I was trying to avoid suggesting this before (due to possible issues in Jupyter), but the simplest solution to your program is to copy the "EViews32.ini" file from C:\Users\<username>\AppData\Roaming\IHS EViews\EViews to C:\Users\<username>\AppData\Roaming\IHS EViews\EViewsDLL again. O...
by EViews Steve
Wed Feb 22, 2023 5:01 pm
Forum: Programming
Topic: Jupyter
Replies: 8
Views: 4250

Re: Jupyter

Try running the EDXADD command (under Jupyter) for your add-in and specify the full path to the AIPZ file to see if that resolves your issue.
by EViews Steve
Tue Feb 21, 2023 3:04 pm
Forum: Programming
Topic: Jupyter
Replies: 8
Views: 4250

Re: Jupyter

We found that the EViews DLL becomes unstable under Jupyter whenever we tried to use one of the external program interfaces (via XOPEN), so we've disabled it for now. It's possible it'll be made available at some point, but no promises. Regarding your "unrecognized format GSQLEDX" error --...
by EViews Steve
Mon Feb 20, 2023 6:02 pm
Forum: Programming
Topic: Jupyter
Replies: 8
Views: 4250

Re: Jupyter

Jupyter depends on the EViews DLL which has it's own location for relevant INI files (different from the EViews EXE). If you'd like to use the same EViews databases entries in Jupyter, you can simply copy the evDB.ini file from: C:\Users\<username>\AppData\Roaming\IHS EViews\EViews and paste it into...
by EViews Steve
Thu Feb 09, 2023 2:29 pm
Forum: Installation and Registration
Topic: Handling various issues with running EViews SV and University Edition on OSX
Replies: 1
Views: 4975

Handling various issues with running EViews SV and University Edition on OSX

This post is to help those of you running into issues running EViews SV or EViews University Edition on a mac. WINE Conflicts Because EViews for OSX is designed to run using WINE (within it's own bottle), if you happen to have WINE already installed on your system, this may cause conflicts. Our reco...
by EViews Steve
Mon Feb 06, 2023 9:20 am
Forum: Bug Reports
Topic: Unable to Open File
Replies: 1
Views: 2568

Re: Unable to Open File

If you are having trouble updating EViews 12 on Windows, I would suggest you download the latest patch and install it manually. You can get the latest patch by going to our patch download site here: https://eviews.com/download . Once downloaded, run the patch to update your EViews 12. If you continu...
by EViews Steve
Sat Feb 04, 2023 1:56 pm
Forum: Bug Reports
Topic: EViews 13 openXLSX issue
Replies: 2
Views: 4322

Re: EViews 13 openXLSX issue

My guess is that something has removed your "OpenXLSX-shared.dll" file from your EViews program directory. Reinstalling EViews from our installer should fix that (though you'll have to first uninstall, then re-install). Check after reinstallation to make sure the file is there. It might be...
by EViews Steve
Thu Feb 02, 2023 9:07 am
Forum: Data Manipulation
Topic: Data from SAS
Replies: 1
Views: 2735

Re: Data from SAS

EViews can read data from any ODBC-compliant database. Depending on permissions, you can also write.

Do you have an ODBC driver for SAS? If so, then try reading this post for instructions on how to import ODBC data.
by EViews Steve
Mon Jan 30, 2023 12:27 pm
Forum: Bug Reports
Topic: Bug when "copy" from a closed workfile
Replies: 9
Views: 5003

Re: Bug when "copy" from a closed workfile

Thanks for the bug report.

This will be fixed in the next patch.
by EViews Steve
Thu Jan 12, 2023 1:04 pm
Forum: Bug Reports
Topic: Errors and break down with table @find command in command line
Replies: 1
Views: 4136

Re: Errors and break down with table @find command in command line

The crash will be fixed in the next patch.

By the way, your program needed the following changes:

Code: Select all

' The following line works as expected
string s = tab.@find("2005")
' The following line delivers the unexpected result of an empyt string s
string s = tab.@find("1.6")
by EViews Steve
Mon Jan 09, 2023 2:52 pm
Forum: Bug Reports
Topic: Error on multiple wfsave commands
Replies: 14
Views: 124112

Re: Error on multiple wfsave commands

Hi ErikG: Sorry for the late response. The @keep option is ignored when the new file being created is a an EViews workfile. @keep is only used when saving a foreign data format (such as a Excel spreadsheet, or a CSV text file). Since workfiles are our native format, you can workaround this by simply...
by EViews Steve
Mon Jan 09, 2023 2:34 pm
Forum: Data Manipulation
Topic: Import byrow
Replies: 1
Views: 2711

Re: Import byrow

Our import wizard has a "Read series by row" transpose option. This option appears on different pages, depending on the file type you're trying to import. For an Excel file, it appears on the first page. For a text file, it appears on the third. 2023-01-09_13h27_31.gif Here's a static pict...
by EViews Steve
Fri Dec 16, 2022 9:12 am
Forum: General Information and Tips and Tricks
Topic: Tabs and Panes in EViews 13
Replies: 4
Views: 4043

Re: Tabs and Panes in EViews 13

You can also shuffle tab windows around and place them side by side or one above the other, like this:
2022-12-16_08h10_40.gif
2022-12-16_08h10_40.gif (1.71 MiB) Viewed 3980 times
by EViews Steve
Tue Dec 06, 2022 9:39 am
Forum: Bug Reports
Topic: Eviews crashes
Replies: 2
Views: 3103

Re: Eviews crashes

I tried to replicate this using EViews 13 and couldn't. Does the crash occur when you simply open the program and then close it using the red X button? Or do you have to run it first? And do you have the Pane & Tab mode turned off? (Options menu/General Options/Environment/Appearance/Window type...

Go to advanced search