Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I need to know the Properties of a MsGraph Object
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Database:
MS SQL Server
Divers
Thread ID:
01018775
Message ID:
01018881
Vues:
15
>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform