close
Warning:
Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Apr 29, 2010, 6:48:06 AM (15 years ago)
- Author:
-
Pedro Gea
- Comment:
-
El método GetData
usado en los métodos Chart
y ChartGroup
no necesita de un PutName
pues devuelve ya los datos con nombre. En cualquier caso se recomienda el uso de la versión PutLocalName
es este tipo de circunstancias.
Legend:
- Unmodified
- Added
- Removed
- Modified
-
- Property Owner changed from josp to Pedro Gea
-
Property
Status
changed from
new
to
accepted
-
Property
Summary
changed from
error graficando variables
to
Error graficando variables
-
initial
|
v1
|
|
| 1 | {{{ |
1 | 2 | ERROR: [1] No se puede hacer PutName : Veh.Otr.Mat existe todavía |
2 | 3 | |
3 | 4 | [Call stack] |
4 | 5 | [1] Real @MMS.VariableSerie::ChartGroup (Set instances) |
| 6 | }}} |
| 7 | |
5 | 8 | 1- Compilar variable de MatVeh |
6 | 9 | |
… |
… |
|
9 | 12 | 3- Graficar un set de variables que contenga la anterior |
10 | 13 | |
| 14 | {{{ |
11 | 15 | ERROR: [2] Fallo en la función "" |
12 | 16 | |
… |
… |
|
19 | 23 | [1] Real @MMS.VariableSerie::ChartGroup (Set instances) |
20 | 24 | No hay información asociada a la selección |
| 25 | }}} |