Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query graph
Message
From
21/09/1998 19:59:57
 
 
To
21/09/1998 19:54:43
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00139328
Message ID:
00139331
Views:
14
>i have a code like this to make a grapfh from a query
>
>SELECT Cons.nom, Cons.value;
> FROM plany!cons;
> INTO CURSOR cursor1
> DO (_GENGRAPH) WITH 'QUERY'
>
>But i need to know how to do to whe i run a form and click in a button the grapfh it showed but without to pass for the steps of the grafhic wizard,
>
>i only want to see the graphic result of the query..
>
>how can i do that?


Did you consider directly using the Graph ActiveX component? It´s not so hard to use, and it gives you more control. I prefer the Pinnacle control, which comes with VB.
Previous
Reply
Map
View

Click here to load this message in the networking platform