EViews 7.2
Posted: Tue Jul 31, 2012 9:16 am
I've programmed a routine in VBA (excel) that calls a prg.
I work with EViews 6 running under v4 compatibility and works just fine.
When I run it on my client's computer (EViews 7.2 Enterprise Edition with the latest patch installed today), the routine crashes with an uncontrolled error. Report is attached here. The line that causes the crash should be quite innocuous and similar tables are defined previously, so I don't have any idea of what is going on.
"Table T_S_InvMG_%valor2 = tablaa" (tablaa is another table defined previously)
What is worse, is that I thought maybe the wildcard had something to do with the issue, so I rewrote the line like this "Table T_S_InvMG_{%valor2} = tablaa", but nothing happened, so I tried:
"Table T_S_InvMG_{%valor2}
T_S_InvMG_{%valor2} = tablaa"
AND GUESS WHAT? It worked! BUT, when I tried to run the VBA routine with the shell command, it crashed again AND wouldn't even run from EViews without the shell command.
I'm completely puzzled by this and I need a prompt solution. If this uncontrolled bug needs a patch, I will need a temporary solution at least. I hope you can help me.
Thanks!
I work with EViews 6 running under v4 compatibility and works just fine.
When I run it on my client's computer (EViews 7.2 Enterprise Edition with the latest patch installed today), the routine crashes with an uncontrolled error. Report is attached here. The line that causes the crash should be quite innocuous and similar tables are defined previously, so I don't have any idea of what is going on.
"Table T_S_InvMG_%valor2 = tablaa" (tablaa is another table defined previously)
What is worse, is that I thought maybe the wildcard had something to do with the issue, so I rewrote the line like this "Table T_S_InvMG_{%valor2} = tablaa", but nothing happened, so I tried:
"Table T_S_InvMG_{%valor2}
T_S_InvMG_{%valor2} = tablaa"
AND GUESS WHAT? It worked! BUT, when I tried to run the VBA routine with the shell command, it crashed again AND wouldn't even run from EViews without the shell command.
I'm completely puzzled by this and I need a prompt solution. If this uncontrolled bug needs a patch, I will need a temporary solution at least. I hope you can help me.
Thanks!