Search found 789 matches

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: 3814

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: 100582

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: 2657

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: 3952

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 3889 times
by EViews Steve
Tue Dec 06, 2022 9:39 am
Forum: Bug Reports
Topic: Eviews crashes
Replies: 2
Views: 3047

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...
by EViews Steve
Fri Nov 18, 2022 1:21 pm
Forum: Bug Reports
Topic: Error on multiple wfsave commands
Replies: 14
Views: 100582

Re: Error on multiple wfsave commands

Do you have an example workfile and pagesave command that demonstrates this? I can't seem to recreate the problem.
by EViews Steve
Wed Nov 02, 2022 8:25 am
Forum: Installation and Registration
Topic: EViews 13 Installation Problem
Replies: 2
Views: 4840

Re: EViews 13 Installation Problem

Sometimes an installation can fail in the middle and it leaves the Windows registry in a state that prevents you from running the installer again. To fix this, please download this zip file , extract the REG file, then double-click it to run and clean up your registry. Allow any security dialogs to ...
by EViews Steve
Tue Nov 01, 2022 7:40 am
Forum: Installation and Registration
Topic: Silent Installation and Silent Registration
Replies: 17
Views: 93044

Re: Silent Installation and Silent Registration

The first time you run the EViews installer, it will install. The second time you run it, it will detect the previous installation and then try to run in uninstallation mode. So using a recorded script for installation on a machine that already has that version of EViews installed on it will result ...
by EViews Steve
Tue Oct 18, 2022 8:09 am
Forum: Installation and Registration
Topic: Silent Installation and Silent Registration
Replies: 17
Views: 93044

Re: Silent Installation and Silent Registration

Did you manually uninstall EViews before attempting to use your silent install script?
by EViews Steve
Wed Oct 12, 2022 9:44 am
Forum: Bug Reports
Topic: EViews Update Error
Replies: 1
Views: 1512

Re: EViews Update Error

Thanks for the bug report. It looks like we switched to our signing certificate a bit too quickly. We've rolledback the patch for now and will re-release it once we've made some changes.

Steve
by EViews Steve
Tue Oct 11, 2022 9:52 am
Forum: Bug Reports
Topic: Panes and tabs #3
Replies: 6
Views: 3172

Re: Panes and tabs #3

I noticed this forum post: https://forums.eviews.com/viewtopic.php?f=7&t=21391 Is it so that the evsettings-file can be used to store panes and tabes settings, so that others can use that file as well? Thomas Yes, the .evsettings file is used to store the remembered window position. If shared a...
by EViews Steve
Tue Oct 11, 2022 9:51 am
Forum: Bug Reports
Topic: Panes and tabs #3
Replies: 6
Views: 3172

Re: Panes and tabs #3

I wouldn't be against this, but at this point I'm not sure if there's an easy set of rules that we can use to do this. Let me know if you have an idea of how you would want this to work. Here are some of the difficulties: Docked panes can present themselves differently based on the order of docking....
by EViews Steve
Tue Oct 11, 2022 9:31 am
Forum: Bug Reports
Topic: Panes and tabs #2
Replies: 1
Views: 1459

Re: Panes and tabs #2

Hmm, this is unintended consequence of the new Remember Windows Placement feature. When off, all programs are opened as a tab on the right side by default. But when on, the window placement code tries to recreate the previous position without regard to the container window (since that window might n...
by EViews Steve
Tue Oct 11, 2022 9:25 am
Forum: Bug Reports
Topic: Panes and tabs #1
Replies: 1
Views: 1458

Re: Panes and tabs #1

Yes, this was a known limitation of the new Remember Window Placement feature. It can't keep track of relative positioning with respect to other panes, since it can't guarantee that the other window will be there the next time. We could only do this if EViews could remember and restore entire window...

Go to advanced search