Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert into general field
Message
From
27/08/1999 21:51:40
 
 
To
27/08/1999 17:10:08
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00258672
Message ID:
00258736
Views:
11
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform