Ver Mensaje Individual
  #8 (permalink)  
Antiguo 07/06/2011, 13:17
goffys1
 
Fecha de Ingreso: febrero-2011
Mensajes: 36
Antigüedad: 13 años, 2 meses
Puntos: 2
Respuesta: Problema con procedimiento almacenado

googleando encontre esto:

With MSChart1
.Visible = Tru
.ColumnCount = 1
.RowCount = m
.ColumnLabel = "Temperatura"
.ShowLegend = True
Do
.Data = rst.Fields("Temperatura")
.RowLabel = rst.Fields("FHcaptura")
rst.MoveNext
Loop Until rst.EOF
End With

Quizas te sirva...

Saludos.