Default Database

For notifying us of what you believe are bugs or errors in EViews.
Please ensure your copy of EViews is up-to-date before posting.

Moderators: EViews Gareth, EViews Moderator

mmiller2
Posts: 44
Joined: Tue Aug 23, 2016 9:56 am

Default Database

Postby mmiller2 » Wed Dec 14, 2016 1:15 pm

I sometimes minimize EViews when a program is running so that I can work on other things while waiting for the program to complete. I noticed yesterday that doing so can sometimes affect what EViews considers to be the default database. I created the following program to demonstrate this issue.

Code: Select all

' Mimimize EViews window while running: default database is bank1 (n = 1)
' Leave EViews window up while running: default database is bank2 (n = 2)

wfcreate(wf=work, page=a) a 1901 2099

db(type=aremos) bank1
genr x = 1
copy x bank1::x
delete x

sleep 3000

db(type=aremos) bank2
genr x = 2
copy x bank2::x
delete x

genr n = ::x
n.sheet

EViews Jason
EViews Developer
Posts: 870
Joined: Tue Sep 16, 2008 3:50 pm

Re: Default Database

Postby EViews Jason » Wed Dec 14, 2016 3:23 pm

It will be fixed in the next patch.


Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 13 guests