Error message
Posted: Wed Jul 20, 2011 11:59 am
Hi,
I'm executing EViews from VBA and I would like to know if there's a command to see the error message that comes from EViews when it's executing something wrong.
I want to initialize add factors. If I run the command _model.addinit(v=n,s=b) @all in a program, it shows a error in the log, but if I execute this command, EViewsApp.Run "_model.addinit(v=n,s=b) @all", in my VBA's sub, I'm unable to know that an error happened and I would like to catch it when it's the case.
Thank you!
ALexis
I'm executing EViews from VBA and I would like to know if there's a command to see the error message that comes from EViews when it's executing something wrong.
I want to initialize add factors. If I run the command _model.addinit(v=n,s=b) @all in a program, it shows a error in the log, but if I execute this command, EViewsApp.Run "_model.addinit(v=n,s=b) @all", in my VBA's sub, I'm unable to know that an error happened and I would like to catch it when it's the case.
Thank you!
ALexis