Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query graph
Message
From
21/09/1998 19:54:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Query graph
Miscellaneous
Thread ID:
00139328
Message ID:
00139328
Views:
48
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?

TNX
happy to learn of all the world
Next
Reply
Map
View

Click here to load this message in the networking platform