Search found 160 matches

by johansamuelsson
Wed Mar 01, 2023 10:02 am
Forum: Programming
Topic: seterr
Replies: 1
Views: 1876

seterr

How does the seterr command works, I don't really understand the manual? Someone that have some short exampelcode?

Thanks, greetings Johan
by johansamuelsson
Fri Jan 27, 2023 9:24 am
Forum: Bug Reports
Topic: Bug when "copy" from a closed workfile
Replies: 9
Views: 4883

Bug when "copy" from a closed workfile

In many of our calculationsystems we copy data by reading directly from a closed workfile, for example Series x = C:\Temp\Test.Wf1::A\y In the latest version, Eviews seems to open the workfile when this command is used. Some systems are huge and Eviews gives an error message when Eivews has opened 3...
by johansamuelsson
Thu Dec 01, 2022 5:48 am
Forum: Bug Reports
Topic: Problem creating vector using group in Eviews 13
Replies: 3
Views: 4162

Problem creating vector using group in Eviews 13

Hi We have a problem in generel to convert group into a vector in Eviews 13. For example in Eviews12 we use the following code to convert a group to a vector. This code works in Eviews 12 but not in Eviews 13. See picture Eviews 13: Nov 29 2022 build Regards Johan And Jonathan WfCreate(page=q) q 202...
by johansamuelsson
Mon Nov 28, 2022 10:42 pm
Forum: Bug Reports
Topic: Very dark in dark mode
Replies: 3
Views: 4511

Re: Very dark in dark mode

Unfortunately I get the same result with patch Nov 28 2022 build, black text on black background.

t.png
t.png (10.88 KiB) Viewed 4428 times


Regards Johan
by johansamuelsson
Sat Nov 26, 2022 12:07 am
Forum: Bug Reports
Topic: Corrupt xlsx file using non-english characters
Replies: 3
Views: 4410

Corrupt xlsx file using non-english characters

When I use Swedish specific letters such as å,ä and ö, the excel file becomes corrupt. See examples WfCreate(page=u) u 1 ' EXAMPLE 1 Table Table1 Table1(1,1) = "åäö" Table1.save(t=xlsx) c:\temp\Table1.xlsx Range=Sheet1!a1 ' EXAMPLE 2 Alpha Alpha1="åäö" WfSave(type=excelxml, cellf...
by johansamuelsson
Fri Nov 18, 2022 6:40 am
Forum: Bug Reports
Topic: Very dark in dark mode
Replies: 3
Views: 4511

Very dark in dark mode

Hi, when I am running

Code: Select all

WfCreate(page=u) u 1
String x = "test"
Show x

in a prg-file I get black text on a black background, see picture

(Eviews 13, nov 9 2022 build)
test.jpg
test.jpg (15.65 KiB) Viewed 4499 times
by johansamuelsson
Mon Oct 17, 2022 9:41 pm
Forum: Bug Reports
Topic: Bug Graph Eviews 13
Replies: 5
Views: 2979

Re: Bug Graph Eviews 13

Ok then the graph in Evews 13 will be ok, i.e. if I put g1.setelem(1) lineopacity(OFF,0.75) But I don't really understand the command, why are there two arguments, according to "Command Reference help" it should only be one argument and a value between 0 and 1, i.e. g1.setelem(1) lineopaci...
by johansamuelsson
Mon Oct 17, 2022 1:17 pm
Forum: Bug Reports
Topic: Schwarz information criteria - Eviews 13
Replies: 3
Views: 2448

Re: Schwarz information criteria - Eviews 13

Code: Select all

wfcreate(page=a) a 1980 2030

series y=@rnd
series x1=@rnd
series x2=@rnd

' This work in Eviews 12 but not in 13
Equation eq1.ardl(ic=bic) y x1 x2 @

' This work in Eviews 13
Equation eq2.ardl(ic=sic) y x1 x2 @


Regards Johan
by johansamuelsson
Mon Oct 17, 2022 12:46 am
Forum: Bug Reports
Topic: Schwarz information criteria - Eviews 13
Replies: 3
Views: 2448

Schwarz information criteria - Eviews 13

Hi I'm not sure about this but asking anyway. For information criterion used in model selection, the "Schwarz information criteria" appears to have changed from "BIC" to "SIC" in Eviews 13. Is it correct? In that case, the manual may need to be updated in various places...
by johansamuelsson
Sun Oct 16, 2022 10:42 pm
Forum: Bug Reports
Topic: Bug Graph Eviews 13
Replies: 5
Views: 2979

Bug Graph Eviews 13

Hello Our company uses Eviews graphs both for internal use and external publication and powerpointpresentations. We use emf-images because they provide a sharper image. In Eviews 12 the graph looks fine. In Eviews 13, however, there has been something wrong with the positioning of the various elemen...
by johansamuelsson
Fri Oct 14, 2022 11:35 pm
Forum: Bug Reports
Topic: Bug workfile
Replies: 1
Views: 1646

Bug workfile

Hi

One of my colleagues is taking an online course with the IMF. There is, among other things, a workfile that is used. It can be opened in Eviews 12 but not in Eviews 13. We don't understand what is wrong.

See attached workfile,
M2_Data.wf1
(295.99 KiB) Downloaded 102 times


Regards Johan
by johansamuelsson
Thu Oct 13, 2022 1:10 am
Forum: Bug Reports
Topic: Problem with VBA-code when saving data to xlsm-files
Replies: 4
Views: 5103

Re: Problem with VBA-code when saving data to xlsm-files

Ok, works fine with "legacy"-command. Perhaps the "legacy"-option should be the default for all-xlsm files when using wfsave

I am sending an email with two attached files, "Test.prg" and "Test.xlsm" so you can test

Thanks!

Regards Johan
by johansamuelsson
Wed Oct 12, 2022 5:02 am
Forum: Bug Reports
Topic: Problem with VBA-code when saving data to xlsm-files
Replies: 4
Views: 5103

Problem with VBA-code when saving data to xlsm-files

Hi At my workplace we have started using Eviews 13 and having problems with xlsm-files that have VBA code. When we are saving data to a larger xlsm-files, with multiple sheets, and with VBA-code, the file becomes corrupted. Excel says "We found a problem with some content in 'Test.Xlsm'. Do you...

Go to advanced search