Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textconstants and their numeric values
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00067943
Message ID:
00067949
Views:
19
>Hi Everyone!
>
>Nowadays I arrived on my VFP history to OLE. So, I try to place an MSGraph object into a form.
>I read some articles about it, and it works, but...
>To make a costumized chart, I want to change some property to a certain value.
>I read the MSGraph help file, but it uses only textconstants,
>i.e.: xlNone, xlAutomatic, xl3DPie ...
>Sometimes I could try-and-error this values, but sometimes not.
>So my question is : Is there a way to determine or read somewhere this values?
>
>TIA:
>BB
>
>P.S.: Meery Christmas for everyone. (I guess many of you celebrate this like us in Hungary)

Bela, you can run your form, open the Debugger, put _screen.activeform in the Watch window, open it, find your OLE object (say, olecontrol1) find its Object property, open it and you will find specific properties for this OLEcontrol.
So, you can address those properties like for example:

_screen.activeform.olecontrol1.object.rowlabel

HTH,
Merry Christmas!

Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform