Search found 3 matches
- Tue Jun 25, 2013 2:49 am
- Forum: Programming
- Topic: Eviews8-Using with .vbs for extraction.
- Replies: 7
- Views: 8837
Re: Eviews8-Using with .vbs for extraction.
Hi Steve, I have introduced the error related code in .vbs as mentioned- VBScript file- --- --- set mgr = CreateObject("Eviews.Manager.8") If err.number <> 0 then WScript.Echo "Error: " & Err.Description Err.Clear Else WScript.Echo "OK" end if set app = mgr.GetAppli...
- Thu Jun 13, 2013 5:26 am
- Forum: Programming
- Topic: Eviews8-Using with .vbs for extraction.
- Replies: 7
- Views: 8837
Re: Eviews8-Using with .vbs for extraction.
Thanks for the help Steve.. Still the issue is unresolved...I tried all the steps except 4. *Installing the latest patch *Run the EViews command "REGCOMPONENTS" and reinstalled. *created object with "Set mgr = CreateObject("EViews.Manager.8")" in vbscript *tried to see ...
- Fri Jun 07, 2013 12:01 am
- Forum: Programming
- Topic: Eviews8-Using with .vbs for extraction.
- Replies: 7
- Views: 8837
Eviews8-Using with .vbs for extraction.
I am using Eviews8 on windows7 machine ,in order to invoke Eviews from a vbscript. I am getting following error- C:\Users\sanjay>"C:\Windows\SysWOW64\cscript.exe" D:\marketshare\practice\extract_orig.vbs D:\marketshare\practice Microsoft (R) Windows Script Host Version 5.8 Copyright (C) Mi...
