Search found 798 matches

by EViews Steve
Mon Jul 17, 2023 7:10 am
Forum: Programming
Topic: xget and dataframes
Replies: 5
Views: 7720

Re: xget and dataframes

We provide an online reference for our various commands (including all the X commands), here's the page for XGET . There's also a page that discusses using EViews with R . EViews has had the ability to be a COM Automation server (like Excel) since EViews 7. And since we already have our own programm...
by EViews Steve
Fri Jul 14, 2023 8:03 am
Forum: Programming
Topic: xget and dataframes
Replies: 5
Views: 7720

Re: xget and dataframes

EViews supports R data.frames, but perhaps your data.frame is in a format that EViews doesn't recognize? To get a better understanding of how EViews supports data.frames, try the following simple example: wfcreate a 1991 2000 series x = @trend series y = @nrnd xopen(r) xput(rtype=df, name=both) x y ...
by EViews Steve
Thu Jun 01, 2023 9:34 pm
Forum: Bug Reports
Topic: EVIEWS 13 crashes on printing spool in pdf
Replies: 1
Views: 2530

Re: EVIEWS 13 crashes on printing spool in pdf

We'll need a copy of the workfile that has the spool so we can reproduce the crash on our end. Any way you can share it with us?

Also, which is the build date of your EViews 13?
by EViews Steve
Tue May 30, 2023 7:44 am
Forum: Programming
Topic: Calling EViews from shell?
Replies: 5
Views: 7837

Re: Calling EViews from shell?

try this:

Code: Select all

EViews13.exe /programonly "c:\files\my.prg"
by EViews Steve
Thu May 18, 2023 9:24 am
Forum: Programming
Topic: Trouble with RConn
Replies: 10
Views: 10254

Re: Trouble with RConn

I tried running your latest program using EViews 12 (Nov 4, 2022) and R v4.3.0 and it ran quickly (less than 5 seconds) and without issue. Are you running this program from within the EViews GUI or are you running it differently? (such as via the command line or maybe even via COM automation?) I sug...
by EViews Steve
Fri May 12, 2023 2:53 pm
Forum: Programming
Topic: Trouble with RConn
Replies: 10
Views: 10254

Re: Trouble with RConn

The "Server Busy" dialog will appear when Windows COM (used by EViews to talk to R in this case) doesn't hear back from R within a certain time frame (I believe 60 seconds is the default). If you want EViews to wait forever during it's calls to R, you can use the COMTIMEOUT command (introd...
by EViews Steve
Tue May 09, 2023 1:41 pm
Forum: Bug Reports
Topic: pagecopy causes error when there is a group with function member
Replies: 2
Views: 2652

Re: pagecopy causes error when there is a group with function member

Fixed. Will be available in the next 13 patch.
by EViews Steve
Mon May 08, 2023 3:21 pm
Forum: Bug Reports
Topic: pagecopy causes error when there is a group with function member
Replies: 2
Views: 2652

Re: pagecopy causes error when there is a group with function member

Confirmed, thx for the bug report. We'll take a look at it...
by EViews Steve
Fri May 05, 2023 1:34 pm
Forum: Suggestions and Requests
Topic: Saving data in R
Replies: 2
Views: 2916

Re: Saving data in R

I think our original idea was to save it this way, but after we added the ability to save matrices and other objects which wouldn't fit into a single dataframe, we had to do it the current way where each object is saved one item at a time. Here's a quick workaround EViews program that can save a wor...
by EViews Steve
Tue May 02, 2023 7:46 am
Forum: Bug Reports
Topic: EIA v2 API not working
Replies: 3
Views: 3179

Re: EIA v2 API not working

Quarterly problem has been fixed and will be available in next 13 patch.
by EViews Steve
Mon May 01, 2023 3:53 pm
Forum: Bug Reports
Topic: EIA v2 API not working
Replies: 3
Views: 3179

Re: EIA v2 API not working

Fix will be in the next 13 patch.

You can manually download the fix here if you'd like to test it before then.
by EViews Steve
Thu Apr 20, 2023 12:21 pm
Forum: Bug Reports
Topic: EViews crashes when performing historical decomposition
Replies: 2
Views: 2941

Re: EViews crashes when performing historical decomposition

Thanks for the bug report. I can confirm it. It will be fixed in our next 13 patch.

Steve
by EViews Steve
Thu Apr 06, 2023 12:36 pm
Forum: Any Other Business
Topic: Setting up pyeviews in Databricks environment
Replies: 2
Views: 3756

Re: Setting up pyeviews in Databricks environment

pyeviews only works on Windows machines as it relies on COM automation to talk to EViews, which itself is a mostly a Windows only program. Our Mac version of EViews (Student Version and University Edition) don't support COM automation, so pyeviews can't talk to it.
by EViews Steve
Mon Mar 20, 2023 4:24 pm
Forum: General Information and Tips and Tricks
Topic: WFsave include description
Replies: 2
Views: 2974

Re: WFsave include description

Use the attr option:

Code: Select all

wfsave(type=excelxml,attr) c:\path\to\my.xlsx
by EViews Steve
Tue Feb 28, 2023 12:34 pm
Forum: Bug Reports
Topic: Bug when "copy" from a closed workfile
Replies: 9
Views: 5003

Re: Bug when "copy" from a closed workfile

Will be fixed in next patch.

Go to advanced search