Search found 12 matches

by dieuler
Fri Jan 13, 2017 4:51 am
Forum: Programming
Topic: Com Data Automation Error: "EViews is not licensed to allow more than one instance to run as a windows service..."
Replies: 2
Views: 3448

Com Data Automation Error: "EViews is not licensed to allow more than one instance to run as a windows service..."

Hi, I've been getting this message error lately. I made a simple code in VBScript, where I run eviews programs to make some calculations. The code I use to run the eViews Programs are like this: Dim mgr As New EViews.Manager Dim app As EViews.Application Set app = mgr.GetApplication(0) app.Run "...
by dieuler
Mon Dec 12, 2016 9:25 am
Forum: Programming
Topic: Avoid Table to Truncate Characters
Replies: 3
Views: 3737

.

.
by dieuler
Mon Dec 12, 2016 5:20 am
Forum: Programming
Topic: Avoid Table to Truncate Characters
Replies: 3
Views: 3737

Avoid Table to Truncate Characters

Hi, I use a routine that reads a table from Excel and makes it a table in eViews with some expressions to become eviews series, but some of them are truncating the characters, so that eViews doesn't recognize the expression (it complains about the "unmatched parenthesis" because of the tru...
by dieuler
Thu Dec 08, 2016 12:06 pm
Forum: Programming
Topic: Merging Table and Graph
Replies: 4
Views: 4617

Re: Merging Table and Graph

Is it possible to merge a Graph into a Table instead of appending using spool? I mean put them side by side?
by dieuler
Thu Dec 08, 2016 11:59 am
Forum: Programming
Topic: Merging Table and Graph
Replies: 4
Views: 4617

Re: Merging Table and Graph

Hmm. It seems to be very interesting. Thank you!
by dieuler
Thu Dec 08, 2016 4:31 am
Forum: Programming
Topic: Merging Table and Graph
Replies: 4
Views: 4617

Merging Table and Graph

It is possible in eViews merging graphs using graph_name.merge. Is it possible in any way merging a table and a graph, so that I can save the image of that?
by dieuler
Wed Dec 07, 2016 11:03 am
Forum: Programming
Topic: Customizing Table (Diagonal Line)
Replies: 1
Views: 2469

Customizing Table (Diagonal Line)

Is it possible to draw a diagonal line in a cell of a table in eviews? If so, is there a command which I can do it programmatically? Thank you in advance!
by dieuler
Tue Nov 08, 2016 9:33 am
Forum: Programming
Topic: Combinations
Replies: 3
Views: 5053

Re: Combinations

Hey, guys! I was looking for this code on eViews and I found this post which was unanswered. As I made my own code, I hope it might be useful for someone. Enjoy it! logmode logmsg call Combinations("", "a b c d e", 1, 3) subroutine Combinations(string %prefix, string %list_elemen...
by dieuler
Fri Oct 28, 2016 11:31 am
Forum: Installation and Registration
Topic: EViews 9.5 not running Census X-11/X-12
Replies: 3
Views: 16339

Re: EViews 9.5 not running Census X-11/X-12

Sorry, I posted it as attachment now. Hope it worked.
by dieuler
Fri Oct 28, 2016 6:47 am
Forum: Installation and Registration
Topic: EViews 9.5 not running Census X-11/X-12
Replies: 3
Views: 16339

EViews 9.5 not running Census X-11/X-12

Hi,

I had a program which run normally in earlier versions of eviews (9 or less), but after I updated to 9.5, I can't run them anymore. This is the message that appears to me:

Any guess? Thank you in advance.
by dieuler
Thu Sep 15, 2016 3:46 pm
Forum: Programming
Topic: EViews COM Automation Interrupt Process VBScript
Replies: 2
Views: 3774

Re: EViews COM Automation Interrupt Process VBScript

Perfect! This is exactly what I needed. I got all my questions answered in this post. Thak you!
by dieuler
Thu Sep 15, 2016 2:44 pm
Forum: Programming
Topic: EViews COM Automation Interrupt Process VBScript
Replies: 2
Views: 3774

EViews COM Automation Interrupt Process VBScript

Hi, I am using EViews COM Automation to run some programs, but sometimes I experience some problems with floating license and I'd like to interrupt the Eviews Process, so other colleagues can use EViews. Here is the code I wrote in VBScript: Dim mgr, oEViewsApp Set mgr = CreateObject("EViews.Ma...

Go to advanced search