Search found 844 matches
- Fri Feb 20, 2026 8:42 am
- Forum: Bug Reports
- Topic: Eviews 14 crash when using pagesave with byrow option
- Replies: 7
- Views: 8389
Re: Eviews 14 crash when using pagesave with byrow option
Patch has been released.
- Tue Feb 17, 2026 10:14 am
- Forum: Bug Reports
- Topic: Eviews 14 crash when using pagesave with byrow option
- Replies: 7
- Views: 8389
Re: Eviews 14 crash when using pagesave with byrow option
Hi, thanks for the error report.
We were able to track down the bug. This will be fixed in the next 14 patch.
We were able to track down the bug. This will be fixed in the next 14 patch.
- Fri Jan 09, 2026 2:10 pm
- Forum: Programming
- Topic: Eviews launch options
- Replies: 8
- Views: 48351
Re: Eviews launch options
EViews is still a Windows program, even if you run it with the /programonly option. This means there isn't a stdout that can be redirected. Instead, I would recommend you use our LOGMODE command at the beginning of your program and specify the filename=file.txt & autosave=on options so you can s...
- Thu Aug 14, 2025 7:19 pm
- Forum: Installation and Registration
- Topic: Eviews 12 & Eivews 11 Not Working
- Replies: 3
- Views: 70111
Re: Eviews 12 & Eivews 11 Not Working
Assuming you're installing EViews 12 SV for Windows, try clearing out your TEMP or TMP folders and then rebooting your computer before trying the installer again.
- Tue Jul 01, 2025 8:01 am
- Forum: Any Other Business
- Topic: VS Code Language Extension for EViews
- Replies: 6
- Views: 333923
Re: VS Code Language Extension for EViews
I restored the original list.txt file that was created July 18, 2023. https://help.eviews.com/list.txt should now work.
- Wed Jun 18, 2025 4:47 pm
- Forum: Programming
- Topic: Errors with special character when accessing Python
- Replies: 2
- Views: 223206
Re: Errors with special character when accessing Python
try using the unicode code point value instead:
Steve
Steve
- Thu May 15, 2025 10:42 am
- Forum: Programming
- Topic: Error while trying to access Eviews Application in Python
- Replies: 1
- Views: 43611
Re: Error while trying to access Eviews Application in Python
Let me throw out things to check (some of them obvious) as I can't think of anything else... For the user having problems, do they have EViews installed and running locally? It's not running under App-V or some other application container package (e.g. Citrix)? Containerized apps can't be used via C...
- Wed May 14, 2025 8:27 am
- Forum: Programming
- Topic: Debugging - number of rows in the Watch window
- Replies: 5
- Views: 36316
Re: Debugging - number of rows in the Watch window
Patch is out.
- Tue Apr 29, 2025 1:13 pm
- Forum: Programming
- Topic: Debugging - number of rows in the Watch window
- Replies: 5
- Views: 36316
Re: Debugging - number of rows in the Watch window
Found it. Will be fixed in the next patch.
- Tue Apr 29, 2025 5:46 am
- Forum: Programming
- Topic: Debugging - number of rows in the Watch window
- Replies: 5
- Views: 36316
Re: Debugging - number of rows in the Watch window
It's probably a hard upper limit. I'll look into it.
By the way, which version of EViews are you using?
By the way, which version of EViews are you using?
- Fri Feb 07, 2025 8:58 am
- Forum: Bug Reports
- Topic: Issue with table.save to XLSX files (EViews 13 on Windows)
- Replies: 3
- Views: 69211
Re: Issue with table.save to XLSX files (EViews 13 on Windows)
This should now be fixed in latest 13 & 14 patches dated Feb 6, 2025.
- Fri Feb 07, 2025 8:36 am
- Forum: Installation and Registration
- Topic: Eviews13 not visible in installed apps
- Replies: 3
- Views: 115822
Re: Eviews13 not visible in installed apps
Running the "EViews 13 Clean" REG file removes all references to EViews 13 installation from HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall. This REG file is only meant to be used in situations where you tried to install 13 but the installation crashed/failed and won't let you re...
- Wed Jan 22, 2025 10:42 am
- Forum: Bug Reports
- Topic: wfcreate
- Replies: 7
- Views: 51208
Re: wfcreate
It'll be fixed in next patch.
- Wed Jan 22, 2025 9:21 am
- Forum: Bug Reports
- Topic: wfcreate
- Replies: 7
- Views: 51208
Re: wfcreate
I'm confused. Are you saying the WFCREATE command defaults to WF1? Our workfile save format default is controlled by a setting under General Options/Data Storage/Workfile Format (WF2): Screenshot 2025-01-22 081620.png When you run the WFSAVE command, and you don't specify a file extension, the file ...
- Wed Jan 22, 2025 8:29 am
- Forum: Bug Reports
- Topic: wfcreate
- Replies: 7
- Views: 51208
Re: wfcreate
WF1 and WF2 file types are determined as the save point. When loaded, the workfile is the same data structure in memory as before.
You can save a workfile in WF1 format, and then save it again in WF2 format.
You can save a workfile in WF1 format, and then save it again in WF2 format.
