Search found 22 matches
- Tue Aug 26, 2014 7:47 pm
- Forum: Programming
- Topic: Pagesave -TSD files
- Replies: 0
- Views: 1847
Pagesave -TSD files
Hi I try to save a TSD file using pagesave command. I specify the sample period using @smpl. It seems that there is a bug in Eviews. It ignores the @smpl option and sends all the data to the TSD file. However, if I save the data as an excel file, the @smpl option works. The command I used in my prog...
- Mon Mar 18, 2013 1:42 pm
- Forum: Programming
- Topic: Table editing
- Replies: 1
- Views: 2443
Table editing
Hi,
is there a command that I can use in a program so that when it opens/shows a table it is in edit mode (without the need to click "edit" before making changes)?
thanks
is there a command that I can use in a program so that when it opens/shows a table it is in edit mode (without the need to click "edit" before making changes)?
thanks
- Sun Mar 18, 2012 3:05 pm
- Forum: Programming
- Topic: Display graph data
- Replies: 2
- Views: 3152
Display graph data
Hi,
In the graph object procs there is the option to select "Display graph data - Make Group".
Is there a programming command that does the same?
thanks
In the graph object procs there is the option to select "Display graph data - Make Group".
Is there a programming command that does the same?
thanks
- Mon Nov 28, 2011 6:59 pm
- Forum: Programming
- Topic: Extracting Source
- Replies: 5
- Views: 4738
Re: Extracting Source
version 7.2 (enterprise edition)
- Mon Nov 28, 2011 5:19 pm
- Forum: Programming
- Topic: Extracting Source
- Replies: 5
- Views: 4738
Re: Extracting Source
We get (see attachment):
[
[
- Mon Nov 28, 2011 4:06 pm
- Forum: Programming
- Topic: Extracting Source
- Replies: 5
- Views: 4738
Extracting Source
We are having problems extracting the source from a series. For example,
string zzzz =AASHBGOCM.@source
doesn't not work for us in the program but using @displayname etc works fine.
Any ideas?
string zzzz =AASHBGOCM.@source
doesn't not work for us in the program but using @displayname etc works fine.
Any ideas?
- Tue Nov 15, 2011 2:20 pm
- Forum: Data Manipulation
- Topic: European/American dates
- Replies: 3
- Views: 3711
Re: European/American dates
Just to clarify I am fetching directly from a Haver database that is using the American format for its daily data. Because I am working in the european format I am getting the illegal date error.
- Mon Nov 14, 2011 7:00 pm
- Forum: Data Manipulation
- Topic: European/American dates
- Replies: 3
- Views: 3711
European/American dates
I am importing data into a workfile and want the program to switch to an American date format for import and switch back to European afterwards. I can do this manually using options/general options/date representation. Was just wondering if there is some code I can use to automate this process?
- Tue Nov 08, 2011 8:44 pm
- Forum: Data Manipulation
- Topic: Excel add-in
- Replies: 0
- Views: 1752
Excel add-in
Is it possible to specify generic dates (eg end date - 10 periods) rather than specific dates (eg 2010Q1) in the excel add-in?
- Mon Oct 10, 2011 3:51 pm
- Forum: Bug Reports
- Topic: UIRadio bug?
- Replies: 8
- Views: 8250
Re: UIRadio bug?
If I change exec to run it still crashes - Haven't tried the while approach
Overall - its fine for us to run it in verbose mode, so that is the solution we'll stick to
Overall - its fine for us to run it in verbose mode, so that is the solution we'll stick to
- Fri Oct 07, 2011 12:50 am
- Forum: Bug Reports
- Topic: UIRadio bug?
- Replies: 8
- Views: 8250
Re: UIRadio bug?
The program runs fine on my computer when I run it in verbose mode. If I run it on other people's computers on quiet mode it will crash eviews so it must be something about the quiet versus the verbose running.
- Thu Oct 06, 2011 7:32 pm
- Forum: Bug Reports
- Topic: UIRadio bug?
- Replies: 8
- Views: 8250
Re: UIRadio bug?
I think I've worked out what causes it to crash. When you were testing it did you run the program in quite mode? I experimented running the program on other people's computers and it didn't crash (what differed was their default was to run in verbose mode). I was running it in quiet mode and it will...
- Thu Oct 06, 2011 3:57 pm
- Forum: Bug Reports
- Topic: UIRadio bug?
- Replies: 8
- Views: 8250
Re: UIRadio bug?
here are the two additional programs
- Thu Oct 06, 2011 3:55 pm
- Forum: Bug Reports
- Topic: UIRadio bug?
- Replies: 8
- Views: 8250
UIRadio bug?
Hi, I'm having problems with a program that I've written that randomly crashes Eviews. I wonder if it is a bug because it will operate successfully at times but not at others. I've attached a short example set of programs,workfile (you also need to creat a database just called "database" w...
- Sun Sep 18, 2011 9:49 pm
- Forum: Data Manipulation
- Topic: series names from data imported from CSV files
- Replies: 4
- Views: 5951
Re: series names from data imported from CSV files
thanks - perfect
