Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert into general field
Message
De
27/08/1999 21:51:40
 
 
À
27/08/1999 17:10:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00258672
Message ID:
00258736
Vues:
12
>I would like to create a MSGraph object and insert it into a general field after some properties have been modified.
>
>OGrafica = CreateObject('msgraph.chart')
>
>And then, after properties have been set, do something like this:
>
>Insert into MyTable ;
>(GenGrafica) ;
>values ;
>(Ografica)
>
>But it doesn't work. I Don't want to use the OleboundControl to perform this like shown in the solutions example.
>
>
>Thanks for any tips
>
>Oscar

You can't save an object to a field in a table, even a general field. I don't know if MS Graph has a SaveAsBMP method or not, but you would need something like this to accomplish what you want to do: save an image, not an object.
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform