Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Autograph
Message
From
29/12/2006 10:29:23
 
 
To
29/12/2006 10:24:21
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01180737
Message ID:
01180872
Views:
15
>>>>>
>>>>>I am trying to get it to show me a graph. I have dragged it onto a form and I have been trying to get it to graph 12 values for me from a table named analtemp and a field named statvalue. No matter what I do with the autograph properties, all I get is a blank form with no graph. This is a beginner's mistake of some sort.
>>>>>
>>>>>Grady
>>>>
>>>>You can follow automation samples included into VFP package. See for example "Graph Object Foundation Class".
>>>
>>>;-) I tried that yesterday. I find VFP help to be of little use.
>>
>>Hi Grady,
>>
>>have you discovered the Task Pane (on the Tools menu)? It has an excellent overview of all the samples which are shipped with VFP. Select Solution Samples->ActiveX->Ole Automation
>
>Yes I have discovered and explored it. What is wrong with this line of code?
>
>Create CURSOR csrResult (statvalue n(5), statmonth n(2)) from array anal
>
Hi Grady,

You are creating a cursor with both info from an array (anal) and from static info ((statvalue n(5), statmonth n(2))) do not think you can do that.

HTH
Beth
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform