Search found 1 match
- Wed Jan 28, 2009 8:29 pm
- Forum: ActiveX
- Topic: AddXY from Foxpro with a Datetime value for X
- Replies: 1
- Views: 2591
AddXY from Foxpro with a Datetime value for X
I have a line graph where the x axis is date time. My data is in a Foxpro cursor and I want to be able to pass a date time value as the X value. How can I convert the value to a value to pass to the AddXY method? I am looping through the cursor and passing the values rather than using a recordset. t...