Index

From: Don Quijote de Nicaragua  Quijotesca
Subject: Re: Error When Retrieve records (OT 145 KB)
Date: Wed, 29 Sep 2004 07:49:53 +0200
Newsgroup: public.teechart5.general  

You can help a little, I do not understand well the AddXY property.
(Puede usted ayudarme un poco más no entiendo la propiedad AddXY)

Don Quijote de Nicaragua

"Pep" escribió en el mensaje
news:scyhaBhpEHA.1824@TEEPC.Steema.local...
> Ho,
>
> >'3,281.13' is not a valid floating point value
> Does this happens adding the row manually using AddXY method ?
>
>
> Best Regards
> Josep Lluis Jorge
> http://support.steema.com
>
>
>
> "Don Quijote de Nicaragua" escribió en el
> mensaje news:bfynNUZpEHA.1824@TEEPC.Steema.local...
> > Hi I using this code to retrieves records
> > Private Sub Command1_Click()
> > Call Conex
> > Set rs = New ADODB.Recordset
> > rs.Open "SQL_Activos_Grupos", Cnn, adOpenForwardOnly,
adLockOptimistic
> > ' Retrieve records....
> > TChart1.Series(0).Clear
> > With TChart1
> > With .Series(0)
> > .Clear
> > .DataSource = rs
> > .YValues.ValueSource = rs.Fields(2).Name
> > .LabelsSource = rs.Fields(0).Name
> > End With
> > End With
> > ' release variables...
> > rs.Close: Set rs = Nothing
> > Cnn.Close: Set Cnn = Nothing
> > End Sub
> >
> > When read this line
> > .YValues.ValueSource = rs.Fields(2).Name
> > appear the next error
> > '3,281.13' is not a valid floating point value
> >
> > I am using Visual Basic 6.0
> >
> >
> >
> >
>
>