Article ID: 136902
Article Last Modified on 6/29/2004
OPEN DATA C:\Vfp\Samples\Data\Testdata.dbc CREATE QUERY
PUBLIC x
x=CREATEOBJECT('Form')
x.Show
x.AddObject('graph1','olecontrol','msgraph.chart')
* class excel.chart could also be used in the above command
x.graph1.type=14 && this is the 3-D Surface Graph
x.graph1.height=150
x.graph1.width=250
x.graph1.visible=.t.
Keywords: kbhowto kbcode KB136902