Eviews version: 8.1, 64 bit, Windows 7
Issue:
References to objects in another page in a group definition create an error message when re-opening the respective workfile.
This seems to happen only if the object referred to is linked to the page hosting the group.
Depending on circumstances - apparently number of and memory space occupied by open objects and workfiles plays a role - Eviews can even break down.
Example:
Code: Select all
'Adjust name and path of the workfile %wf
%wf="d:\temp\test.wf1"
wfcreate( page=Quarterly) Q 1990:1 2017:4
series x=1
pagecreate(page=Annual) A 1990 2017
link z.linkto Quarterly\x
pageselect Quarterly
group gr x Annual\z
wfsave %wf
gr.sheet
@uiprompt("Closing workfile: press OK to continue", "O")
wfclose {%wf}
@uiprompt("Re-opening workfile: press OK to continue", "O")
wfopen %wf
mamo
