Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I need to know the Properties of a MsGraph Object
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Database:
MS SQL Server
Miscellaneous
Thread ID:
01018775
Message ID:
01018881
Views:
14
>>Hi!! I need to know the properties of a MsGraph Object, for to change in the grafic the font style, the size, the type of grafic, the colors of the grafic, and more... Thanyou For your Help, Bye
>
>It seems the "autocomplete" does not create an object tree for MSChart:
>myform=CREATEOBJECT('form')
>myform.AddObject("mymschart","Olecontrol","MSGraph.Chart.8")
>oChart=myform.mymschart

>
>When I type oChart. (dot in the command window) I expected an autocomplete browser. Did not get one.
>
>Usually in the command window this kind of stuff with the other ocx will open an autocomplete browser. But not for MSChart.
>
>Is this by design?


You are right. Your code doesn't invoke IntelliSence for Grapf object, but for MSCOMM works. The strangest thing of all is that following code invokes IntelliSence.
** in Command window
m1 = CREATEObject("MSGraph.Chart.8")
m1. -> IntelliSence Works
**
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform