Page 1 of 1

wfselect in program does not work as expected

Posted: Mon Jul 30, 2018 7:31 am
by mamo
Dear Eviews team,
I am Using Eviews 10+, 15 March 2018 build;
It seems that the command 'wfselect' does not work as intended when used in a program, see example code below
Best, mamo

Code: Select all

'create two artificial wfs wfcreate w1 a 2000 2010 wfcreate w2 a 2000 2010 'now w2 is the active workfile wfselect w1 'Unexpectedly, w2 is still the active workfile. 'Entering the last line in the command line window gives w1 the focus, as expected.

Re: wfselect in program does not work as expected

Posted: Mon Jul 30, 2018 8:33 am
by EViews Gareth
Slight visual only bug. The active workfile is changing, so any subsequent commands will apply to it, but the window isn't updating to reflect that visually. Note if you run the program in verbose mode, it does update visually.

We'll fix.