Search found 5 matches
- Tue Mar 19, 2013 4:51 pm
- Forum: Programming
- Topic: View of the objects
- Replies: 9
- Views: 4316
Re: View of the objects
Garreth, I wrote the "description" to the object "graph" and "sample" with the following sentences: {%lista136}.label(d) Gráfico de serie histórica But the description no appears o I can´t see on the "Details +/-". I think that graphs and sample that I can´t s...
- Tue Mar 19, 2013 4:02 pm
- Forum: Programming
- Topic: View of the objects
- Replies: 9
- Views: 4316
Re: View of the objects
My problem is that I make two subroutines for graphs and sample and any description for this objects appears on "details +/-".
- Mon Mar 18, 2013 2:48 pm
- Forum: Programming
- Topic: View of the objects
- Replies: 9
- Views: 4316
Re: View of the objects
Wonderful Gareth it works very good :D, thanks a lot. Sorry, but I have other problem. Some objects: all descriptions "sample" object and a few descriptions "graph" objects not appears on the "Details +/-". The code that I used is for example: {%lista136}.label(d) Gráfi...
- Mon Mar 18, 2013 1:38 pm
- Forum: Programming
- Topic: View of the objects
- Replies: 9
- Views: 4316
Re: View of the objects
Ok. I wrote large program with 373 object: graphs, tables, svectors, and so on. Finally because i needed to write all description of the object I write the description on the objects list on svector_lista_objetos: svector_lista_objetos=@wsplit(@wlookup("*")) for !i=1 to @rows(svector_lista...
- Mon Mar 18, 2013 1:12 pm
- Forum: Programming
- Topic: View of the objects
- Replies: 9
- Views: 4316
View of the objects
I wrote the following lines: for !i=1 to !j tobjetos(!i+1,1)=!i tobjetos(!i+1,2)=%lista{!i} tobjetos(!i+1,3)={%lista{!i}}.@type tobjetos(!i+1,4)={%lista{!i}}.@description next I have a problem because when open any object on the archive eviews generated, this show the label and not the object (graph...
